r01f.types.collections
Class SetOperations.InSetPredicate

java.lang.Object
  extended by r01f.types.collections.SetOperations.InSetPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<T>
Enclosing class:
SetOperations<T>

private final class SetOperations.InSetPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<T>


Field Summary
private  java.util.Set<T> _theSet
           
 
Constructor Summary
SetOperations.InSetPredicate(java.util.Set<T> set)
           
 
Method Summary
 boolean apply(T el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Field Detail

_theSet

private java.util.Set<T> _theSet
Constructor Detail

SetOperations.InSetPredicate

public SetOperations.InSetPredicate(java.util.Set<T> set)
Method Detail

apply

public boolean apply(T el)
Specified by:
apply in interface com.google.common.base.Predicate<T>