public class IdentityHashSet<T> extends AbstractSet<T> implements Set<T>, Cloneable
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
IdentityHashSet() |
IdentityHashSet(Collection<? extends T> c) |
IdentityHashSet(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T element) |
void |
clear() |
Object |
clone() |
boolean |
contains(Object o) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
boolean |
remove(Object element) |
int |
size() |
equals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic IdentityHashSet()
public IdentityHashSet(Collection<? extends T> c)
public IdentityHashSet(int size)
public boolean add(T element)
add in interface Collection<T>add in interface Set<T>add in class AbstractCollection<T>public void clear()
clear in interface Collection<T>clear in interface Set<T>clear in class AbstractCollection<T>public boolean contains(Object o)
contains in interface Collection<T>contains in interface Set<T>contains in class AbstractCollection<T>public boolean isEmpty()
isEmpty in interface Collection<T>isEmpty in interface Set<T>isEmpty in class AbstractCollection<T>public boolean remove(Object element)
remove in interface Collection<T>remove in interface Set<T>remove in class AbstractCollection<T>public int size()
size in interface Collection<T>size in interface Set<T>size in class AbstractCollection<T>Copyright © 2019. All rights reserved.