Uses of Interface
com.oracle.coherence.common.base.Predicate
-
Packages that use Predicate Package Description com.oracle.coherence.common.net com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util Contains various generic utilities. -
-
Uses of Predicate in com.oracle.coherence.common.net
Classes in com.oracle.coherence.common.net with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Predicate Modifier and Type Class Description static class
com.oracle.coherence.common.net.InetAddresses.IsRoutable
The IsRoutable predicate evaluates to true for any InetAddress which is externally routable.static class
com.oracle.coherence.common.net.InetAddresses.IsSubnetMask
IsSubnetMask predicate evaluates to true for any address with matches the pattern for the masked bits -
Uses of Predicate in com.tangosol.net
Classes in com.tangosol.net that implement Predicate Modifier and Type Class Description static class
InetAddressHelper.RoutableFilter
The RoutableFilter evaluates to true for any InetAddress which is externally routable.static class
InetAddressHelper.SubnetMaskFilter
SubnetMaskFilter evaluates to true for any address with matches the pattern for the masked bits -
Uses of Predicate in com.tangosol.util
Subinterfaces of Predicate in com.tangosol.util Modifier and Type Interface Description static interface
MultiBinaryLongMap.SafePredicate
SafePredicate is a marker interface used internally by the implementation of the MultiBinaryLongMap to indicate that aPredicate
implementation is "safe" and does not retain any references to passed Entries.Methods in com.tangosol.util with parameters of type Predicate Modifier and Type Method Description protected static MultiBinaryLongMap.SafePredicate
MultiBinaryLongMap. ensureSafePredicate(Predicate<BinaryLongMap.Entry> predicate)
Return a SafePredicate based on the specified predicate implementation.Iterator<Binary>
BinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Iterator<Binary>
BinaryRadixTree. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Iterator<Binary>
MultiBinaryLongMap.AbstractDelegateBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Iterator<Binary>
MultiBinaryLongMap.MaskedBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Iterator<Binary>
MultiBinaryLongMap.PrimaryBinaryLongMap.DelegatingPrimaryBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Iterator<Binary>
MultiBinaryLongMap.PrimaryBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Iterator<Binary>
MultiBinaryLongMap.SafeBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.Iterator<Binary>
MultiBinaryLongMap.WrapperBinaryLongMap. keys(Predicate<BinaryLongMap.Entry> predicate)
Obtain an iterator of the keys stored in the map whose correspondingEntry
matches the passedPredicate<Entry>
.
-