Package org.apache.openejb.jee
Class LocalCollection<V>
- java.lang.Object
-
- java.util.AbstractCollection<V>
-
- org.apache.openejb.jee.KeyedCollection<String,V>
-
- org.apache.openejb.jee.LocalCollection<V>
-
- All Implemented Interfaces:
Iterable<V>,Collection<V>
public class LocalCollection<V> extends KeyedCollection<String,V>
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description LocalCollection()LocalCollection(int initialCapacity)LocalCollection(Collection<? extends V> c)LocalCollection(KeyExtractor<String,? super V> keyExtractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetLocal()-
Methods inherited from class org.apache.openejb.jee.KeyedCollection
add, clear, getKey, isEmpty, iterator, size, toMap, toString
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream
-
-
-
-
Constructor Detail
-
LocalCollection
public LocalCollection()
-
LocalCollection
public LocalCollection(KeyExtractor<String,? super V> keyExtractor)
-
LocalCollection
public LocalCollection(Collection<? extends V> c)
-
LocalCollection
public LocalCollection(int initialCapacity)
-
-
Method Detail
-
getLocal
public V getLocal()
-
-