| Constructor and Description |
|---|
Equivalences(com.google.common.collect.ImmutableSet<T> members) |
Equivalences(com.google.common.collect.ImmutableSet<T> members,
T representative,
boolean isIndexed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(T v) |
boolean |
equals(Object o) |
com.google.common.collect.ImmutableSet<T> |
getMembers() |
T |
getRepresentative() |
int |
hashCode() |
boolean |
isIndexed() |
Iterator<T> |
iterator() |
void |
setIndexed() |
void |
setRepresentative(T representative) |
int |
size() |
Stream<T> |
stream() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Equivalences(com.google.common.collect.ImmutableSet<T> members)
public void setRepresentative(T representative)
public T getRepresentative()
public boolean isIndexed()
public void setIndexed()
public com.google.common.collect.ImmutableSet<T> getMembers()
public int size()
public boolean contains(T v)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.