Package com.google.common.collect
Class ImmutableRangeSet.ComplementRanges
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- com.google.common.collect.ImmutableCollection<E>
-
- com.google.common.collect.ImmutableList<Range<C>>
-
- com.google.common.collect.ImmutableRangeSet.ComplementRanges
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<Range<C>>
,java.util.Collection<Range<C>>
,java.util.List<Range<C>>
,java.util.RandomAccess
- Enclosing class:
- ImmutableRangeSet<C extends java.lang.Comparable>
private final class ImmutableRangeSet.ComplementRanges extends ImmutableList<Range<C>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.collect.ImmutableList
ImmutableList.Builder<E>, ImmutableList.SerializedForm, ImmutableList.SubList
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
positiveBoundedAbove
private boolean
positiveBoundedBelow
private int
size
-
Fields inherited from class com.google.common.collect.ImmutableCollection
SPLITERATOR_CHARACTERISTICS
-
-
Constructor Summary
Constructors Constructor Description ComplementRanges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Range<C>
get(int index)
(package private) boolean
isPartialView()
Returnstrue
if this immutable collection's implementation contains references to user-created objects that aren't accessible via this collection's methods.int
size()
-
Methods inherited from class com.google.common.collect.ImmutableList
add, addAll, asImmutableList, asImmutableList, asList, builder, builderWithExpectedSize, contains, copyIntoArray, copyOf, copyOf, copyOf, copyOf, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, of, of, of, of, of, of, of, of, of, of, of, of, of, remove, replaceAll, reverse, set, sort, sortedCopyOf, sortedCopyOf, spliterator, subList, subListUnchecked, toImmutableList, writeReplace
-
Methods inherited from class com.google.common.collect.ImmutableCollection
add, addAll, clear, remove, removeAll, removeIf, retainAll, toArray, toArray
-
-
-
-
Method Detail
-
size
public int size()
-
isPartialView
boolean isPartialView()
Description copied from class:ImmutableCollection
Returnstrue
if this immutable collection's implementation contains references to user-created objects that aren't accessible via this collection's methods. This is generally used to determine whethercopyOf
implementations should make an explicit copy to avoid memory leaks.- Specified by:
isPartialView
in classImmutableCollection<Range<C extends java.lang.Comparable>>
-
-