com.sas.util
Interface StringPredicateInterface

All Known Implementing Classes:
PrefixPredicate

public interface StringPredicateInterface

A predicate interface which allows the caller to test Strings for some condition.


Method Summary
 boolean predicate(java.lang.String s)
          Determine whether a String satisfies a condition
 

Method Detail

predicate

boolean predicate(java.lang.String s)
Determine whether a String satisfies a condition

Parameters:
s - The String which should be tested
Returns:
true if the String satisfies the condition, false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.