Class Dictionary<T>
java.lang.Object
one.jfr.Dictionary<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidforEach(Dictionary.Visitor<T> visitor) get(long key) intpreallocate(int count) voidintsize()
-
Constructor Details
-
Dictionary
public Dictionary() -
Dictionary
public Dictionary(int initialCapacity)
-
-
Method Details
-
clear
public void clear() -
size
public int size() -
put
-
get
-
forEach
-
preallocate
public int preallocate(int count)
-