public static class LabelingMapping.InternedSet<T> extends AbstractCollection<T> implements Set<T>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object o) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
int |
size() |
add, addAll, clear, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, containsAll, remove, removeAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public int size()
size
in interface Collection<T>
size
in interface Set<T>
size
in class AbstractCollection<T>
public boolean isEmpty()
isEmpty
in interface Collection<T>
isEmpty
in interface Set<T>
isEmpty
in class AbstractCollection<T>
public int hashCode()
public boolean equals(Object obj)
public boolean contains(Object o)
contains
in interface Collection<T>
contains
in interface Set<T>
contains
in class AbstractCollection<T>
Copyright © 2015–2022 ImgLib2. All rights reserved.