com.hazelcast.query
Class Predicates.LikePredicate

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

public static class Predicates.LikePredicate
extends Predicates.AbstractPredicate


Constructor Summary
Predicates.LikePredicate()
           
Predicates.LikePredicate(Expression<String> first, String second)
           
 
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.LikePredicate

public Predicates.LikePredicate()

Predicates.LikePredicate

public Predicates.LikePredicate(Expression<String> first,
                                String second)
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.