Class AbstractBitwiseTrie.BasicEntry<K,V>
java.lang.Object
org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
- Direct Known Subclasses:
AbstractPatriciaTrie.TrieEntry
- Enclosing class:
AbstractBitwiseTrie<K,
V>
abstract static class AbstractBitwiseTrie.BasicEntry<K,V>
extends Object
implements Map.Entry<K,V>, Serializable
A basic implementation of
Map.Entry
.-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
key
-
value
-
-
Constructor Details
-
BasicEntry
-
BasicEntry
-
-
Method Details
-
setKeyValue
Replaces the current key and value with the provided key & value. -
getKey
-
getValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
toString
-