| Constructor and Description |
|---|
IdentitySet(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T o) |
void |
addAll(Collection<? extends T> c) |
void |
clear() |
boolean |
contains(T o) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
void |
remove(T o) |
int |
size() |
T[] |
toArray(T[] array) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic boolean isEmpty()
public int size()
public boolean contains(T o)
public void add(T o)
public void remove(T o)
public void addAll(Collection<? extends T> c)
public void clear()
Copyright © 2015. All rights reserved.