public class CollectionContains extends KoryphePredicate<Collection<?>>
| Constructor and Description |
|---|
CollectionContains() |
CollectionContains(Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getValue() |
int |
hashCode() |
void |
setValue(Object value) |
boolean |
test(Collection<?> input) |
String |
toString() |
public CollectionContains()
public CollectionContains(Object value)
public Object getValue()
public void setValue(Object value)
public boolean test(Collection<?> input)
public boolean equals(Object obj)
equals in class KoryphePredicate<Collection<?>>public int hashCode()
hashCode in class KoryphePredicate<Collection<?>>Copyright © 2021. All rights reserved.