This web site requires JavaScript for proper operation. JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
classes...
VCollections – Release 1
Interface
org.violetlib.collections
.Binding
Inherited members:
Show
Hide
Deprecated:
Show
Hide
classes...
enum constants...
fields...
static methods...
constructors...
methods...
properties...
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
create
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
getKey
abstract
K
getKey
()
K
getKey
()
getValue
abstract
V
getValue
()
V
getValue
()