org.apache.jena.atlas.lib
Class Cell<K,V>
java.lang.Object
org.apache.jena.atlas.lib.Cell<K,V>
public class Cell<K,V>
- extends Object
Key-value slot, with chaining for lookup.
|
Constructor Summary |
Cell()
Create a slot with no key, value or parent - can be used a slot chain root |
Cell(K key,
V value)
|
Cell
public Cell()
- Create a slot with no key, value or parent - can be used a slot chain root
Cell
public Cell(K key,
V value)
extend
public Cell<K,V> extend(K key,
V value)
find
public final V find(K k)
toString
public String toString()
- Overrides:
toString in class Object
Licenced under the Apache License, Version 2.0