Uses of Class
org.docx4j.com.google.common.collect.ImmutableSet
Packages that use ImmutableSet
-
Uses of ImmutableSet in org.docx4j.com.google.common.collect
Subclasses of ImmutableSet in org.docx4j.com.google.common.collectModifier and TypeClassDescription(package private) final classImplementation ofImmutableSetwith two or more elements.(package private) final classImplementation ofImmutableSetwith exactly one element.Methods in org.docx4j.com.google.common.collect that return ImmutableSetModifier and TypeMethodDescriptionImmutableSet.Builder.build()(package private) ImmutableSet<E>ImmutableSet.JdkBackedSetBuilderImpl.build()(package private) ImmutableSet<E>ImmutableSet.RegularSetBuilderImpl.build()(package private) abstract ImmutableSet<E>ImmutableSet.SetBuilderImpl.build()private static <E> ImmutableSet<E>Constructs anImmutableSetfrom the firstnelements of the specified array.private static <E> ImmutableSet<E>ImmutableSet.constructUnknownDuplication(int n, Object... elements) Constructs anImmutableSetfrom the firstnelements of the specified array, which we have no particular reason to believe does or does not contain duplicates.static <E> ImmutableSet<E>ImmutableSet.copyOf(E[] elements) Returns an immutable set containing each ofelements, minus duplicates, in the order each appears first in the source array.static <E> ImmutableSet<E>Returns an immutable set containing each ofelements, minus duplicates, in the order each appears first in the source iterable.static <E> ImmutableSet<E>ImmutableSet.copyOf(Collection<? extends E> elements) Returns an immutable set containing each ofelements, minus duplicates, in the order each appears first in the source collection.static <E> ImmutableSet<E>Returns an immutable set containing each ofelements, minus duplicates, in the order each appears first in the source iterator.Sets.SetView.immutableCopy()Returns an immutable copy of the current contents of this set view.static <E> ImmutableSet<E>ImmutableSet.of()Returns the empty immutable set.static <E> ImmutableSet<E>ImmutableSet.of(E element) Returns an immutable set containingelement.static <E> ImmutableSet<E>ImmutableSet.of(E e1, E e2) Returns an immutable set containing the given elements, minus duplicates, in the order each was first specified.static <E> ImmutableSet<E>ImmutableSet.of(E e1, E e2, E e3) Returns an immutable set containing the given elements, minus duplicates, in the order each was first specified.static <E> ImmutableSet<E>ImmutableSet.of(E e1, E e2, E e3, E e4) Returns an immutable set containing the given elements, minus duplicates, in the order each was first specified.static <E> ImmutableSet<E>ImmutableSet.of(E e1, E e2, E e3, E e4, E e5) Returns an immutable set containing the given elements, minus duplicates, in the order each was first specified.static <E> ImmutableSet<E>ImmutableSet.of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) Returns an immutable set containing the given elements, minus duplicates, in the order each was first specified.