Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VCollections – Release 1
Interface org.violetlib.collections.Binding
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.collections

Interface Binding<K,V>

  • public interface Binding<K,V>
    An immutable binding of a key to a value. Null keys and values are not permitted.
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static <K,V> Binding<K,V> create(K key, V value)
       
      static <K,V> Binding<K,V> create(K key, V value)
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getKey Reveal DetailHide Detail
      abstract K getKey()
       
      K getKey()
      Ordinary member indicator getValue Reveal DetailHide Detail
      abstract V getValue()
       
      V getValue()