Uses of Interface
org.jivesoftware.smack.util.collections.KeyValue

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

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

Classes in org.jivesoftware.smack.util.collections that implement KeyValue
 class AbstractKeyValue<K,V>
          Abstract pair class to assist with creating KeyValue and MapEntry implementations.
 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.
 

Constructors in org.jivesoftware.smack.util.collections with parameters of type KeyValue
DefaultMapEntry(KeyValue<K,V> pair)
          Constructs a new entry from the specified KeyValue.