public class Predicates2 extends Object
| Constructor and Description | 
|---|
Predicates2()  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<String> | 
endsWith(String suffix)
Returns a predicate that evaluates to true if the String being tested ends with a prefix. 
 | 
static com.google.common.base.Predicate<String> | 
startsWith(String prefix)
Returns a predicate that evaluates to true if the String being tested starts with a prefix. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.