Class AbstractPatriciaTrie.Reference<E>
- java.lang.Object
-
- org.apache.commons.collections4.trie.AbstractPatriciaTrie.Reference<E>
-
- Enclosing class:
- AbstractPatriciaTrie<K,V>
private static class AbstractPatriciaTrie.Reference<E> extends java.lang.ObjectAAbstractPatriciaTrie.Referenceallows us to return something through a Method's argument list. An alternative would be to an Array with a length of one (1) but that leads to compiler warnings. Computationally and memory wise there's no difference (except for the need to load theAbstractPatriciaTrie.ReferenceClass but that happens only once).
-
-
Constructor Summary
Constructors Modifier Constructor Description privateReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eget()voidset(E item)
-