public class IntSetPredicate extends 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
|
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()
Copyright (c) 2004-2017 Saxonica Limited. All rights reserved.