com.hazelcast.query
Class Predicates.RegexPredicate

java.lang.Object
  extended by SerializationHelper
      extended by com.hazelcast.query.Predicates.AbstractPredicate
          extended by com.hazelcast.query.Predicates.RegexPredicate
All Implemented Interfaces:
DataSerializable, Predicate, Serializable
Enclosing class:
Predicates

public static class Predicates.RegexPredicate
extends Predicates.AbstractPredicate


Constructor Summary
Predicates.RegexPredicate()
           
Predicates.RegexPredicate(Expression<String> first, String regex)
           
 
Method Summary
 boolean apply(MapEntry entry)
           
 void readData(DataInput in)
           
 String toString()
           
 void writeData(DataOutput out)
           
 
Methods inherited from class com.hazelcast.query.Predicates.AbstractPredicate
getRealObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicates.RegexPredicate

public Predicates.RegexPredicate()

Predicates.RegexPredicate

public Predicates.RegexPredicate(Expression<String> first,
                                 String regex)
Method Detail

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.