OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SingletonImmutableSet
(Results
1 - 2
of
2
) sorted by null
/external/guava/src/com/google/common/collect/
SingletonImmutableSet.java
34
final class
SingletonImmutableSet
<E> extends ImmutableSet<E> {
42
SingletonImmutableSet
(E element) {
46
SingletonImmutableSet
(E element, int hashCode) {
ImmutableSet.java
89
return new
SingletonImmutableSet
<E>(element);
282
return new
SingletonImmutableSet
<E>(elements.get(0), hashCode);
Completed in 254 milliseconds