Uses of Package
org.jivesoftware.smack.util.collections

Packages that use org.jivesoftware.smack.util.collections
org.jivesoftware.smack.util.collections   
 

Classes in org.jivesoftware.smack.util.collections used by org.jivesoftware.smack.util.collections
AbstractHashedMap
          An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
AbstractKeyValue
          Abstract pair class to assist with creating KeyValue and MapEntry implementations.
AbstractMapEntry
          Abstract Pair class to assist with creating correct Map Entry implementations.
AbstractReferenceMap
          An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.
IterableMap
          Defines a map that can be iterated directly without needing to create an entry set.
KeyValue
          Defines a simple key value pair.
MapIterator
          Defines an iterator that operates over a Map.
ResettableIterator
          Defines an iterator that can be reset back to an initial state.