|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableSet | |
---|---|
com.google.inject.internal | Guice (sounds like like "juice") |
Uses of ImmutableSet in com.google.inject.internal |
---|
Methods in com.google.inject.internal that return ImmutableSet | ||
---|---|---|
ImmutableSet<E> |
ImmutableSet.Builder.build()
Returns a newly-created ImmutableSet based on the contents of
the Builder . |
|
static
|
ImmutableSet.copyOf(Iterable<? extends E> elements)
Returns an immutable set containing the given elements, in order. |
|
static
|
ImmutableSet.copyOf(Iterator<? extends E> elements)
Returns an immutable set containing the given elements, in order. |
|
abstract ImmutableSet<Map.Entry<K,V>> |
ImmutableMap.entrySet()
Returns an immutable set of the mappings in this map. |
|
abstract ImmutableSet<K> |
ImmutableMap.keySet()
Returns an immutable set of the keys in this map. |
|
static
|
ImmutableSet.of()
Returns the empty immutable set. |
|
static
|
ImmutableSet.of(E... elements)
Returns an immutable set containing the given elements, in order. |
|
static
|
ImmutableSet.of(E element)
Returns an immutable set containing a single element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |