| Interface | Description |
|---|---|
| BooleanBidirectionalIterator |
A type-specific bidirectional iterator; provides an additional method to
avoid (un)boxing, and the possibility to skip elements backwards.
|
| BooleanCollection |
A type-specific
Collection; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| BooleanComparator |
A type-specific
Comparator; provides methods to compare two primitive
types both as objects and as primitive types. |
| BooleanIterable |
A type-specific
Iterable that strengthens that specification of
Iterable.iterator(). |
| BooleanIterator |
A type-specific
Iterator; provides an additional method to avoid
(un)boxing, and the possibility to skip elements. |
| BooleanList |
A type-specific
List; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| BooleanListIterator |
A type-specific bidirectional iterator that is also a
ListIterator. |
| BooleanSet |
A type-specific
Set; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| BooleanStack |
A type-specific
Stack; provides some additional methods that use
polymorphism to avoid (un)boxing. |
| Class | Description |
|---|---|
| AbstractBooleanBidirectionalIterator |
An abstract class facilitating the creation of type-specific
bidirectional
iterators.
|
| AbstractBooleanCollection |
An abstract class providing basic methods for collections implementing a
type-specific interface.
|
| AbstractBooleanIterator |
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractBooleanList |
An abstract class providing basic methods for lists implementing a
type-specific list interface.
|
| AbstractBooleanList.BooleanSubList | |
| AbstractBooleanListIterator |
An abstract class facilitating the creation of type-specific
list iterators.
|
| AbstractBooleanSet |
An abstract class providing basic methods for sets implementing a
type-specific interface.
|
| BooleanArrayList |
A type-specific array-based list; provides some additional methods that use
polymorphism to avoid (un)boxing.
|
| BooleanArrays |
A class providing static methods and objects that do useful things with
type-specific arrays.
|
| BooleanArrays.ForkJoinQuickSort | |
| BooleanArrays.ForkJoinQuickSort2 | |
| BooleanArrays.ForkJoinQuickSortComp | |
| BooleanArrays.ForkJoinQuickSortIndirect | |
| BooleanArraySet |
A simple, brute-force implementation of a set based on a backing array.
|
| BooleanCollections |
A class providing static methods and objects that do useful things with
type-specific collections.
|
| BooleanCollections.EmptyCollection |
An immutable class representing an empty type-specific collection.
|
| BooleanCollections.IterableCollection |
A collection wrapper class for iterables.
|
| BooleanCollections.SynchronizedCollection |
A synchronized wrapper class for collections.
|
| BooleanCollections.UnmodifiableCollection |
An unmodifiable wrapper class for collections.
|
| BooleanIterators |
A class providing static methods and objects that do useful things with
type-specific iterators.
|
| BooleanIterators.EmptyIterator |
A class returning no elements and a type-specific iterator interface.
|
| BooleanIterators.UnmodifiableBidirectionalIterator |
An unmodifiable wrapper class for bidirectional iterators.
|
| BooleanIterators.UnmodifiableIterator |
An unmodifiable wrapper class for iterators.
|
| BooleanIterators.UnmodifiableListIterator |
An unmodifiable wrapper class for list iterators.
|