org.solovyev.android.list
Class PrefixFilter<T>

java.lang.Object
  extended by org.solovyev.android.list.PrefixFilter<T>
All Implemented Interfaces:
org.solovyev.common.JPredicate<T>

public class PrefixFilter<T>
extends Object
implements org.solovyev.common.JPredicate<T>

User: serso Date: 6/6/12 Time: 1:09 AM


Constructor Summary
PrefixFilter(String prefix)
           
 
Method Summary
 boolean apply(T input)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixFilter

public PrefixFilter(@Nonnull
                    String prefix)
Method Detail

apply

public boolean apply(@Nullable
                     T input)
Specified by:
apply in interface org.solovyev.common.JPredicate<T>

equals

public boolean equals(@Nullable
                      Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 se.solovyev. All Rights Reserved.