Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

O

of(int) - Static method in interface org.tquadrat.foundation.util.AutoSemaphore
Creates an AutoSemaphore instance with the given number of permits and non-fair fairness setting.
of(int, boolean) - Static method in interface org.tquadrat.foundation.util.AutoSemaphore
Creates an AutoSemaphore instance with the given number of permits and the given fairness setting.
of(int, boolean, Duration) - Static method in interface org.tquadrat.foundation.util.AutoSemaphore
Creates an AutoSemaphore instance with the given number of permits and the given fairness setting.
of(int, Duration) - Static method in interface org.tquadrat.foundation.util.AutoSemaphore
Creates an AutoSemaphore instance with the given number of permits and non-fair fairness setting.
of(List<E>) - Static method in interface org.tquadrat.foundation.util.LazyList
Creates a new LazyList instance that is already initialised.
of(Map<K, V>) - Static method in interface org.tquadrat.foundation.util.LazyMap
Creates a new LazyMap instance that is already initialised.
of(Set<E>) - Static method in interface org.tquadrat.foundation.util.LazySet
Creates a new LazySet instance that is already initialised.
of(SortedMap<K, V>) - Static method in interface org.tquadrat.foundation.util.LazySortedMap
Creates a new LazySortedMap instance that is already initialised.
of(V, boolean) - Static method in interface org.tquadrat.foundation.util.RangeMap
The factory method for a new instance of RangeMap.
OffsetDateTimeStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of TimeDateStringConverter for java.time.OffsetDateTime.
OffsetDateTimeStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.OffsetDateTimeStringConverter
Creates a new OffsetDateTimeStringConverter instance that uses DateTimeFormatter.ISO_OFFSET_DATE_TIME to format/parse the date.
OffsetDateTimeStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.OffsetDateTimeStringConverter
Creates a new OffsetDateTimeStringConverter instance.
OffsetTimeStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of TimeDateStringConverter for java.time.OffsetTime.
OffsetTimeStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.OffsetTimeStringConverter
Creates a new OffsetTimeStringConverter instance that uses DateTimeFormatter.ISO_OFFSET_TIME to format/parse the date.
OffsetTimeStringConverter(DateTimeFormatter) - Constructor for class org.tquadrat.foundation.util.stringconverter.OffsetTimeStringConverter
Creates a new OffsetTimeStringConverter instance.
ONE_HUNDRED - Static variable in class org.tquadrat.foundation.util.UniqueIdUtils
Divisor for the calculation of the timestamp.
ONE_MILLION - Static variable in class org.tquadrat.foundation.util.SystemUtils
Factor for the conversion of milliseconds to nanoseconds.
ONE_THOUSAND - Static variable in class org.tquadrat.foundation.util.SystemUtils
Factor for the conversion of seconds to milliseconds.
OperatingSystem() - Constructor for enum class org.tquadrat.foundation.util.SystemUtils.OperatingSystem
 
org.tquadrat.foundation.util - module org.tquadrat.foundation.util
The module for the utility and helper classes of the Foundation Library.
org.tquadrat.foundation.util - package org.tquadrat.foundation.util
The utility classes provided for the Foundation library.
org.tquadrat.foundation.util.internal - package org.tquadrat.foundation.util.internal
Internal utility classes for the util module of the Foundation library plus the implementations for the exported components.
org.tquadrat.foundation.util.stringconverter - package org.tquadrat.foundation.util.stringconverter
This package provides classes that allow to convert certain object instances into String and vice versa.
OSX - Enum constant in enum class org.tquadrat.foundation.util.SystemUtils.OperatingSystem
The operating system is OS-X
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form