public class SimpleArraySet<T> extends Object implements Serializable, Iterable<T>
Constructor and Description |
---|
SimpleArraySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T tr) |
Collection<T> |
asCollection() |
Iterator<T> |
iterator()
iterator
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2024 GATE. All rights reserved.