@Generated(date="2024-09-22T04:50:51+0800", value="KTypeSet.java") public interface LongSet extends LongCollection
long
s.Modifier and Type | Method and Description |
---|---|
boolean |
add(long k)
Adds
k to the set. |
java.lang.String |
visualizeKeyDistribution(int characters)
Visually depict the distribution of keys.
|
clear, release, removeAll, removeAll, removeAll, retainAll, retainAll
boolean add(long k)
k
to the set.true
if this element was not part of the set
before. Returns false
if an equal element is already part of
the set, does not replace the existing element with the argument.java.lang.String visualizeKeyDistribution(int characters)
characters
- The number of characters to "squeeze" the entire buffer into.Copyright © 2024 Carrot Search s.c.. All rights reserved.