com.hazelcast.query
Class Predicates.RegexPredicate
java.lang.Object
  
SerializationHelper
      
com.hazelcast.query.Predicates.AbstractPredicate
          
com.hazelcast.query.Predicates.RegexPredicate
- All Implemented Interfaces: 
 - DataSerializable, Predicate, Serializable
 
- Enclosing class:
 - Predicates
 
public static class Predicates.RegexPredicate
- extends Predicates.AbstractPredicate
 
 
 
 
 
Predicates.RegexPredicate
public Predicates.RegexPredicate()
Predicates.RegexPredicate
public Predicates.RegexPredicate(Expression<String> first,
                                 String regex)
apply
public boolean apply(MapEntry entry)
 
writeData
public void writeData(DataOutput out)
               throws IOException
- Throws:
 IOException
 
readData
public void readData(DataInput in)
              throws IOException
- Throws:
 IOException
 
toString
public String toString()
 
Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.