Shared API for package java.util

edit

See the Shared API for a high-level overview of all packages and classes.

AbstractCollection

edit
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

AbstractList

edit
  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • def get(int)
  • Object getByPath(null)
  • Object getByPath(null, Object)
  • int getLength()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

AbstractMap

edit

AbstractMap.SimpleEntry

edit

AbstractMap.SimpleImmutableEntry

edit

AbstractQueue

edit
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • def element()
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean offer(def)
  • def peek()
  • def poll()
  • def remove()
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

AbstractSequentialList

edit
  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • def get(int)
  • Object getByPath(null)
  • Object getByPath(null, Object)
  • int getLength()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

AbstractSet

edit
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean remove(def)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

ArrayDeque

edit

ArrayList

edit

Arrays

edit

Base64

edit

Base64.Decoder

edit

Base64.Encoder

edit

BitSet

edit

Calendar

edit

Calendar.Builder

edit

Collection

edit
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

Collections

edit

Comparator

edit

ConcurrentModificationException

edit

Currency

edit

Date

edit

Deque

edit

Dictionary

edit

DoubleSummaryStatistics

edit

DuplicateFormatFlagsException

edit

EmptyStackException

edit

Enumeration

edit

EventListener

edit

EventListenerProxy

edit

EventObject

edit

FormatFlagsConversionMismatchException

edit

Formattable

edit

FormattableFlags

edit

Formatter

edit

Formatter.BigDecimalLayoutForm

edit

FormatterClosedException

edit

GregorianCalendar

edit

HashMap

edit

HashSet

edit
  • HashSet()
  • HashSet(Collection)
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • def clone()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean remove(def)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

Hashtable

edit

IdentityHashMap

edit

IllegalFormatCodePointException

edit

IllegalFormatConversionException

edit

IllegalFormatException

edit

IllegalFormatFlagsException

edit

IllegalFormatPrecisionException

edit

IllegalFormatWidthException

edit

IllformedLocaleException

edit

InputMismatchException

edit

IntSummaryStatistics

edit

Iterator

edit

LinkedHashMap

edit

LinkedHashSet

edit
  • LinkedHashSet()
  • LinkedHashSet(Collection)
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • def clone()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean remove(def)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

LinkedList

edit

List

edit
  • boolean add(def)
  • void add(int, def)
  • boolean addAll(Collection)
  • boolean addAll(int, Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • def get(int)
  • Object getByPath(null)
  • Object getByPath(null, Object)
  • int getLength()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • int lastIndexOf(def)
  • ListIterator listIterator()
  • ListIterator listIterator(int)
  • def remove(int)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • void replaceAll(UnaryOperator)
  • boolean retainAll(Collection)
  • def set(int, def)
  • int size()
  • void sort(Comparator)
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • List subList(int, int)
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

ListIterator

edit

Locale

edit

Locale.Builder

edit

Locale.Category

edit

Locale.FilteringMode

edit

Locale.LanguageRange

edit

LongSummaryStatistics

edit

Map

edit

Map.Entry

edit

MissingFormatArgumentException

edit

MissingFormatWidthException

edit

MissingResourceException

edit

NavigableMap

edit

NavigableSet

edit

NoSuchElementException

edit

Objects

edit

Observable

edit

Observer

edit

Optional

edit

OptionalDouble

edit

OptionalInt

edit

OptionalLong

edit

PrimitiveIterator

edit

PrimitiveIterator.OfDouble

edit

PrimitiveIterator.OfInt

edit

PrimitiveIterator.OfLong

edit

PriorityQueue

edit

Queue

edit
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • def element()
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean offer(def)
  • def peek()
  • def poll()
  • def remove()
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

Random

edit

RandomAccess

edit

Set

edit
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • boolean remove(def)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • double sum()
  • double sum(ToDoubleFunction)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

SimpleTimeZone

edit

SortedMap

edit

SortedSet

edit
  • boolean add(def)
  • boolean addAll(Collection)
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • void clear()
  • List collect(Function)
  • def collect(Collection, Function)
  • Comparator comparator()
  • boolean contains(def)
  • boolean containsAll(Collection)
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • def find(Predicate)
  • List findAll(Predicate)
  • def findResult(Function)
  • def findResult(def, Function)
  • List findResults(Function)
  • def first()
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • SortedSet headSet(def)
  • boolean isEmpty()
  • Iterator iterator()
  • null join(null)
  • def last()
  • boolean remove(def)
  • boolean removeAll(Collection)
  • boolean removeIf(Predicate)
  • boolean retainAll(Collection)
  • int size()
  • List split(Predicate)
  • Spliterator spliterator()
  • Stream stream()
  • SortedSet subSet(def, def)
  • double sum()
  • double sum(ToDoubleFunction)
  • SortedSet tailSet(def)
  • def[] toArray()
  • def[] toArray(def[])
  • null toString()

Spliterator

edit

Spliterator.OfDouble

edit

Spliterator.OfInt

edit

Spliterator.OfLong

edit

Spliterator.OfPrimitive

edit

Spliterators

edit

Stack

edit

StringJoiner

edit

StringTokenizer

edit

TimeZone

edit

TooManyListenersException

edit

TreeMap

edit

TreeSet

edit

UUID

edit

UnknownFormatConversionException

edit

UnknownFormatFlagsException

edit

Vector

edit