org.apache.openejb.jee
Class LocalCollection<V>

java.lang.Object
  extended by java.util.AbstractCollection<V>
      extended by org.apache.openejb.jee.KeyedCollection<java.lang.String,V>
          extended by org.apache.openejb.jee.LocalCollection<V>
All Implemented Interfaces:
java.lang.Iterable<V>, java.util.Collection<V>

public class LocalCollection<V>
extends KeyedCollection<java.lang.String,V>

Version:
$Revision: 581127 $ $Date: 2007-10-02 04:13:16 +0200 (Di, 02. Okt 2007) $

Constructor Summary
LocalCollection()
           
LocalCollection(java.util.Collection<? extends V> c)
           
LocalCollection(int initialCapacity)
           
LocalCollection(KeyExtractor<java.lang.String,? super V> keyExtractor)
           
 
Method Summary
 V getLocal()
           
 
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
 

Constructor Detail

LocalCollection

public LocalCollection()

LocalCollection

public LocalCollection(KeyExtractor<java.lang.String,? super V> keyExtractor)

LocalCollection

public LocalCollection(java.util.Collection<? extends V> c)

LocalCollection

public LocalCollection(int initialCapacity)
Method Detail

getLocal

public V getLocal()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.