Java com.google.common.collect ImmutableSortedSet fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect ImmutableSortedSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect ImmutableSortedSet.

The text is from its open source code.

Method

ImmutableSortedSet.Builderbuilder()
Comparatorcomparator()
booleancontains(@Nullable Object object)
booleancontainsAll(Collection targets)
ImmutableSortedSetcopyOf(Collection elements)
ImmutableSortedSetcopyOf(Iterable elements)
ImmutableSortedSetcopyOf(Iterator elements)
ImmutableSortedSetcopyOf(E[] elements)
ImmutableSortedSetcopyOf(Comparator comparator, Iterable elements)
ImmutableSortedSetcopyOf(Comparator comparator, Collection elements)
ImmutableSortedSetcopyOf(Comparator comparator, Iterator elements)
ImmutableSortedSetcopyOfSorted(SortedSet sortedSet)
booleanequals(Object o)
Compares the specified object with this set for equality.
Efirst()
voidforEach(Consumer action)
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
inthashCode()
Returns the hash code value for this set.
ImmutableSortedSetheadSet(E toElement)
ImmutableSortedSetheadSet(E toElement, boolean inclusive)
booleanisEmpty()
Returns true if this set contains no elements.
UnmodifiableIteratoriterator()
Elast()
BuildernaturalOrder()
ImmutableSortedSetof(E e1, E e2)
ImmutableSortedSetof()
ImmutableSortedSetof(E element)
Setof(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9)
Returns an unmodifiable set containing nine elements.
ImmutableSortedSetof(E e1, E e2, E e3, E e4)
ImmutableSortedSetof(E e1, E e2, E e3, E e4, E e5)
Setof(E e1, E e2, E e3, E e4, E e5, E e6)
Returns an unmodifiable set containing six elements.
ImmutableSortedSetof(E e1, E e2, E e3)
ImmutableSortedSetof(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining)
BuilderorderedBy(Comparator comparator)
BuilderreverseOrder()
intsize()
Returns the number of elements in this set (its cardinality).
Streamstream()
Returns a sequential Stream with this collection as its source.
ImmutableSortedSettailSet(E fromElement)
ImmutableSortedSettailSet(E fromElement, boolean inclusive)
T[]toArray(T[] other)