public class ReferenceSet<V> extends AbstractSet<V>
| Constructor and Description |
|---|
ReferenceSet(Collection<Reference<V>> collection) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<V> |
iterator() |
int |
size() |
equals, hashCode, removeAlladd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringpublic ReferenceSet(Collection<Reference<V>> collection)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.