|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntSet
A Set specialization with int elements.
IntSetFactory| Method Summary | |
|---|---|
boolean |
add(Integer e)
Deprecated. |
| Methods inherited from interface net.openhft.collect.IntCollection |
|---|
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeIf, removeInt, toArray, toArray, toArray, toIntArray |
| Methods inherited from interface net.openhft.collect.Container |
|---|
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong |
| Methods inherited from interface java.util.Set |
|---|
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
@Deprecated
boolean add(@Nonnull
Integer e)
IntCollection.add(Integer)
add in interface Collection<Integer>add in interface IntCollectionadd in interface Set<Integer>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||