Package com.db4o.internal
Class IntMatcher
- java.lang.Object
-
- com.db4o.internal.IntMatcher
-
public abstract class IntMatcher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static IntMatcher
NEGATIVE
static IntMatcher
POSITIVE
static IntMatcher
ZERO
-
Constructor Summary
Constructors Constructor Description IntMatcher()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
match(int i)
-
-
-
Field Detail
-
ZERO
public static final IntMatcher ZERO
-
POSITIVE
public static final IntMatcher POSITIVE
-
NEGATIVE
public static final IntMatcher NEGATIVE
-
-