| Package | Description |
|---|---|
| com.gs.collections.impl.block.predicate.primitive |
This package contains implementations of primitive predicates.
|
| com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| Modifier and Type | Field and Description |
|---|---|
static CharPredicate |
CharPredicate.IS_DIGIT
Deprecated.
|
static CharPredicate |
CharPredicate.IS_DIGIT_OR_DOT
Deprecated.
|
static CharPredicate |
CharPredicate.IS_LETTER
Deprecated.
|
static CharPredicate |
CharPredicate.IS_LETTER_OR_DIGIT
Deprecated.
|
static CharPredicate |
CharPredicate.IS_LOWERCASE
Deprecated.
|
static CharPredicate |
CharPredicate.IS_UNDEFINED
Deprecated.
|
static CharPredicate |
CharPredicate.IS_UPPERCASE
Deprecated.
|
static CharPredicate |
CharPredicate.IS_WHITESPACE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
StringIterate.count(java.lang.String string,
CharPredicate predicate)
Deprecated.
since 3.0.
|