public class IntSetPredicate extends java.lang.Object implements IntPredicate
Constructor and Description |
---|
IntSetPredicate(IntSet set) |
Modifier and Type | Method and Description |
---|---|
IntSet |
getIntSet()
Get the underlying IntSet
|
boolean |
matches(int value)
Ask whether a given value matches this predicate
|
java.lang.String |
toString()
Get string representation
|
public IntSetPredicate(IntSet set)
public boolean matches(int value)
matches
in interface IntPredicate
value
- the value to be testedpublic IntSet getIntSet()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.