IntCollection, IntContainer, java.lang.Iterable<IntCursor>IntHashSet, IntScatterSet@Generated(date="2018-05-21T12:24:05+0200", value="KTypeSet.java") public interface IntSet extends IntCollection
ints.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(int k) |
Adds
k to the set. |
java.lang.String |
visualizeKeyDistribution(int characters) |
Visually depict the distribution of keys.
|
clear, release, removeAll, removeAll, removeAll, retainAll, retainAllboolean add(int 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 © 2018 Carrot Search s.c.. All Rights Reserved.