Package | Description |
---|---|
org.eclipse.collections.impl.block.predicate.primitive |
This package contains implementations of primitive predicates.
|
org.eclipse.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(String string,
CharPredicate predicate)
Deprecated.
since 3.0.
|
Copyright © 2004–2016. All rights reserved.