org.jclouds.chef.domain
Class SearchResult<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<T>
org.jclouds.chef.domain.SearchResult<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, Set<T>
public class SearchResult<T>
- extends LinkedHashSet<T>
A result of a search.
- See Also:
- Serialized Form
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
SearchResult
public SearchResult(long start,
Iterable<T> results)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.