Uses of Class
elki.utilities.datastructures.hierarchy.HashMapHierarchy.Rec
-
Packages that use HashMapHierarchy.Rec Package Description elki.utilities.datastructures.hierarchy Delegate implementation of a hierarchy. -
-
Uses of HashMapHierarchy.Rec in elki.utilities.datastructures.hierarchy
Fields in elki.utilities.datastructures.hierarchy with type parameters of type HashMapHierarchy.Rec Modifier and Type Field Description private java.util.HashMap<O,HashMapHierarchy.Rec<O>>HashMapHierarchy. graphReference storage.Methods in elki.utilities.datastructures.hierarchy that return HashMapHierarchy.Rec Modifier and Type Method Description private HashMapHierarchy.Rec<O>HashMapHierarchy. getRec(O obj)Get a record.Methods in elki.utilities.datastructures.hierarchy with parameters of type HashMapHierarchy.Rec Modifier and Type Method Description private voidHashMapHierarchy. putRec(O obj, HashMapHierarchy.Rec<O> rec)Put a record.
-