Package com.yahoo.tensor.impl
Class LabelCache
java.lang.Object
com.yahoo.tensor.impl.LabelCache
Cache for string labels so they can be mapped to unique numeric keys.
It uses weak references for automatic cleanup of unused labels.
- Author:
- baldersheim, glebashnik
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreateLabel(long numeric) getOrCreateLabel(String string) intsize()
-
Field Details
-
GLOBAL
-
INVALID_INDEX_LABEL
-
-
Method Details
-
getOrCreateLabel
-
getOrCreateLabel
-
size
public int size()
-