Uses of Interface
com.sas.util.StringPredicateInterface

Packages that use StringPredicateInterface
com.sas.collection Provides several classes which implement data structures called collections. 
com.sas.util Utility classes for com.sas.servlet. 
 

Uses of StringPredicateInterface in com.sas.collection
 

Constructors in com.sas.collection with parameters of type StringPredicateInterface
StringPredicateEnumeration(java.util.Enumeration enumer, StringPredicateInterface predicate)
          Construct a PredicateEnumeration which filters another enumeration by guarding it's values with a predicate.
 

Uses of StringPredicateInterface in com.sas.util
 

Classes in com.sas.util that implement StringPredicateInterface
 class PrefixPredicate
          PrefixPredicate is a predicate which tests if a string matches a prefix.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.