Uses of Class
org.jivesoftware.smack.util.collections.AbstractKeyValue

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

Uses of AbstractKeyValue in org.jivesoftware.smack.util.collections
 

Subclasses of AbstractKeyValue in org.jivesoftware.smack.util.collections
 class AbstractMapEntry<K,V>
          Abstract Pair class to assist with creating correct Map Entry implementations.
 class DefaultMapEntry<K,V>
          A restricted implementation of Map.Entry that prevents the MapEntry contract from being broken.