Shared API for package java.utiledit

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

AbstractCollectionedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

AbstractListedit

  • 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(String)
  • Object getByPath(String, Object)
  • int getLength()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • 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[])
  • String toString()

AbstractMapedit

AbstractMap.SimpleEntryedit

AbstractMap.SimpleImmutableEntryedit

AbstractQueueedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

AbstractSequentialListedit

  • 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(String)
  • Object getByPath(String, Object)
  • int getLength()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • 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[])
  • String toString()

AbstractSetedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

ArrayDequeedit

ArrayListedit

Arraysedit

Base64edit

Base64.Decoderedit

Base64.Encoderedit

BitSetedit

Calendaredit

Calendar.Builderedit

Collectionedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

Collectionsedit

Comparatoredit

ConcurrentModificationExceptionedit

Currencyedit

Dateedit

Dequeedit

Dictionaryedit

DoubleSummaryStatisticsedit

DuplicateFormatFlagsExceptionedit

EmptyStackExceptionedit

Enumerationedit

EventListeneredit

EventListenerProxyedit

EventObjectedit

FormatFlagsConversionMismatchExceptionedit

Formattableedit

FormattableFlagsedit

Formatteredit

Formatter.BigDecimalLayoutFormedit

FormatterClosedExceptionedit

GregorianCalendaredit

HashMapedit

HashSetedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

Hashtableedit

IdentityHashMapedit

IllegalFormatCodePointExceptionedit

IllegalFormatConversionExceptionedit

IllegalFormatExceptionedit

IllegalFormatFlagsExceptionedit

IllegalFormatPrecisionExceptionedit

IllegalFormatWidthExceptionedit

IllformedLocaleExceptionedit

InputMismatchExceptionedit

IntSummaryStatisticsedit

Iteratoredit

LinkedHashMapedit

LinkedHashSetedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

LinkedListedit

Listedit

  • 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(String)
  • Object getByPath(String, Object)
  • int getLength()
  • Map groupBy(Function)
  • int hashCode()
  • int indexOf(def)
  • boolean isEmpty()
  • Iterator iterator()
  • String join(String)
  • 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[])
  • String toString()

ListIteratoredit

Localeedit

Locale.Builderedit

Locale.Categoryedit

Locale.FilteringModeedit

Locale.LanguageRangeedit

LongSummaryStatisticsedit

Mapedit

Map.Entryedit

MissingFormatArgumentExceptionedit

MissingFormatWidthExceptionedit

MissingResourceExceptionedit

NavigableMapedit

NavigableSetedit

NoSuchElementExceptionedit

Objectsedit

Observableedit

Observeredit

Optionaledit

OptionalDoubleedit

OptionalIntedit

OptionalLongedit

PrimitiveIteratoredit

PrimitiveIterator.OfDoubleedit

PrimitiveIterator.OfIntedit

PrimitiveIterator.OfLongedit

PriorityQueueedit

Queueedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

Randomedit

RandomAccessedit

Setedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

SimpleTimeZoneedit

SortedMapedit

SortedSetedit

  • 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()
  • String join(String)
  • 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[])
  • String toString()

Spliteratoredit

Spliterator.OfDoubleedit

Spliterator.OfIntedit

Spliterator.OfLongedit

Spliterator.OfPrimitiveedit

Spliteratorsedit

Stackedit

StringJoineredit

StringTokenizeredit

TimeZoneedit

TooManyListenersExceptionedit

TreeMapedit

TreeSetedit

UUIDedit

UnknownFormatConversionExceptionedit

UnknownFormatFlagsExceptionedit

Vectoredit