public class Values<T extends Comparable> extends HashSet<T>
| Constructor and Description |
|---|
Values() |
Values(Comparable... list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAny(Values values) |
boolean |
isThereChanges(Values otherValues) |
static <T extends Comparable> |
nullValue() |
String |
toString() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic Values(Comparable... list)
public Values()
public String toString()
toString in class AbstractCollection<T extends Comparable>public boolean isThereChanges(Values otherValues)
public boolean containsAny(Values values)
public static <T extends Comparable> Values<T> nullValue()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.