@Generated(date="2015-05-07T09:33:05+0200", value="KTypeSet.java") public interface LongSet extends LongCollection
longs.
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(long k)
Adds
k to the set.
|
String |
visualizeKeyDistribution(int characters)
Visually depict the distribution of keys.
|
clear, release, removeAll, removeAll, removeAll, retainAll, retainAllcontains, forEach, forEach, isEmpty, iterator, size, toArrayforEach, spliteratorboolean 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 part of the set,
and replaces the existing equal element with the argument (if keys are object types).
StringvisualizeKeyDistribution(int characters)
characters - The number of characters to "squeeze" the entire buffer into.