Uses of Interface
com.caucho.amber.collection.AmberCollection

Packages that use AmberCollection
com.caucho.amber.collection   
com.caucho.amber.manager   
 

Uses of AmberCollection in com.caucho.amber.collection
 

Classes in com.caucho.amber.collection that implement AmberCollection
 class CollectionImpl<E>
          Represents a lazy collection.
 class MapImpl<K,V>
          Represents a lazy collection.
 class SetImpl<E>
          Represents a lazy collection.
 

Uses of AmberCollection in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager with parameters of type AmberCollection
 void AmberConnection.register(AmberCollection query)
          Registers a collection.