Package one.jfr
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) void
-
Constructor Details
-
Dictionary
public Dictionary()
-
-
Method Details
-
clear
public void clear() -
put
-
get
-
forEach
-
preallocate
public int preallocate(int count)
-