|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A type-specific Set
; provides some additional methods that use polymorphism to reduce type juggling.
Set
Method Summary | |
boolean |
remove(int k)
Note that the corresponding method in IntCollection is IntCollection.rem(int) . |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface it.unimi.dsi.fastutil.ints.IntCollection |
add, addAll, contains, containsAll, intIterator, rem, removeAll, retainAll, toArray, toIntArray, toIntArray |
Method Detail |
public boolean remove(int k)
IntCollection
is IntCollection.rem(int)
.
This unfortunate situation is caused by the clash
with the similarly named index-based method in the List
interface.
Collection.remove(Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |