Namespace Java.Util
Classes
- AbstractMap.SimpleEntry
https://developer.android.com/reference/java/util/AbstractMap.SimpleEntry.html
- AbstractMap.SimpleEntry<K, V>
https://developer.android.com/reference/java/util/AbstractMap.SimpleEntry.html
- AbstractMap.SimpleImmutableEntry
https://developer.android.com/reference/java/util/AbstractMap.SimpleImmutableEntry.html
- AbstractMap.SimpleImmutableEntry<K, V>
https://developer.android.com/reference/java/util/AbstractMap.SimpleImmutableEntry.html
- AbstractSequentialList
https://developer.android.com/reference/java/util/AbstractSequentialList.html
- AbstractSequentialList<E>
https://developer.android.com/reference/java/util/AbstractSequentialList.html
- Comparator
Listener for https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html. Extends https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener.htm, implements IComparator<T>
- Comparator<T>
Listener for https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html. Extends https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener.htm, implements IComparator<T>
- ConcurrentModificationException
https://developer.android.com/reference/java/util/ConcurrentModificationException.html
- DoubleSummaryStatistics
https://developer.android.com/reference/java/util/DoubleSummaryStatistics.html
- DuplicateFormatFlagsException
https://developer.android.com/reference/java/util/DuplicateFormatFlagsException.html
- EventListener
Listener for https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/EventListener.html
- EventListenerDirect
Direct override of EventListener or its generic type if there is one
- FormatFlagsConversionMismatchException
https://developer.android.com/reference/java/util/FormatFlagsConversionMismatchException.html
- Formatter.BigDecimalLayoutForm
https://developer.android.com/reference/java/util/Formatter.BigDecimalLayoutForm.html
- FormatterClosedException
https://developer.android.com/reference/java/util/FormatterClosedException.html
- IllegalFormatCodePointException
https://developer.android.com/reference/java/util/IllegalFormatCodePointException.html
- IllegalFormatConversionException
https://developer.android.com/reference/java/util/IllegalFormatConversionException.html
- IllegalFormatException
https://developer.android.com/reference/java/util/IllegalFormatException.html
- IllegalFormatFlagsException
https://developer.android.com/reference/java/util/IllegalFormatFlagsException.html
- IllegalFormatPrecisionException
https://developer.android.com/reference/java/util/IllegalFormatPrecisionException.html
- IllegalFormatWidthException
https://developer.android.com/reference/java/util/IllegalFormatWidthException.html
- IllformedLocaleException
https://developer.android.com/reference/java/util/IllformedLocaleException.html
- InputMismatchException
https://developer.android.com/reference/java/util/InputMismatchException.html
- InvalidPropertiesFormatException
https://developer.android.com/reference/java/util/InvalidPropertiesFormatException.html
- MissingFormatArgumentException
https://developer.android.com/reference/java/util/MissingFormatArgumentException.html
- MissingFormatWidthException
https://developer.android.com/reference/java/util/MissingFormatWidthException.html
- MissingResourceException
https://developer.android.com/reference/java/util/MissingResourceException.html
- NoSuchElementException
https://developer.android.com/reference/java/util/NoSuchElementException.html
- PrimitiveIterator.OfDouble
https://developer.android.com/reference/java/util/PrimitiveIterator.OfDouble.html
- PrimitiveIterator.OfInt
https://developer.android.com/reference/java/util/PrimitiveIterator.OfInt.html
- PrimitiveIterator.OfLong
https://developer.android.com/reference/java/util/PrimitiveIterator.OfLong.html
- PrimitiveIterator<T, T_CONS>
https://developer.android.com/reference/java/util/PrimitiveIterator.html
- PropertyResourceBundle
https://developer.android.com/reference/java/util/PropertyResourceBundle.html
- ResourceBundle.Control
https://developer.android.com/reference/java/util/ResourceBundle.Control.html
- ServiceConfigurationError
https://developer.android.com/reference/java/util/ServiceConfigurationError.html
- Spliterator.OfPrimitive
https://developer.android.com/reference/java/util/Spliterator.OfPrimitive.html
- Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>
https://developer.android.com/reference/java/util/Spliterator.OfPrimitive.html
- Spliterators.AbstractDoubleSpliterator
https://developer.android.com/reference/java/util/Spliterators.AbstractDoubleSpliterator.html
- Spliterators.AbstractIntSpliterator
https://developer.android.com/reference/java/util/Spliterators.AbstractIntSpliterator.html
- Spliterators.AbstractLongSpliterator
https://developer.android.com/reference/java/util/Spliterators.AbstractLongSpliterator.html
- Spliterators.AbstractSpliterator
https://developer.android.com/reference/java/util/Spliterators.AbstractSpliterator.html
- Spliterators.AbstractSpliterator<T>
https://developer.android.com/reference/java/util/Spliterators.AbstractSpliterator.html
- TooManyListenersException
https://developer.android.com/reference/java/util/TooManyListenersException.html
- UnknownFormatConversionException
https://developer.android.com/reference/java/util/UnknownFormatConversionException.html
- UnknownFormatFlagsException
https://developer.android.com/reference/java/util/UnknownFormatFlagsException.html
Interfaces
- ICollection<E>
.NET interface for TO BE DEFINED FROM USER
- IComparator<T>
Interface for https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Comparator.html
- IDeque<E>
.NET interface for TO BE DEFINED FROM USER
- IEnumeration<E>
.NET interface for TO BE DEFINED FROM USER
- IEventListener
.NET interface for org.mases.jnet.util.EventListener implementing https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/EventListener.html
- IFormattable
.NET interface for TO BE DEFINED FROM USER
- IIterator<E>
.NET interface for https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Iterator.html
- IListIterator<E>
.NET interface for TO BE DEFINED FROM USER
- IList<E>
.NET interface for TO BE DEFINED FROM USER
- IMap<K, V>
.NET interface for TO BE DEFINED FROM USER
- INavigableMap<K, V>
.NET interface for TO BE DEFINED FROM USER
- INavigableSet<E>
.NET interface for TO BE DEFINED FROM USER
- IObserver
.NET interface for TO BE DEFINED FROM USER
- IPrimitiveIterator<T, T_CONS>
.NET interface for TO BE DEFINED FROM USER
- IQueue<E>
.NET interface for TO BE DEFINED FROM USER
- IRandomAccess
.NET interface for TO BE DEFINED FROM USER
- ISet<E>
.NET interface for TO BE DEFINED FROM USER
- ISortedMap<K, V>
.NET interface for TO BE DEFINED FROM USER
- ISortedSet<E>
.NET interface for TO BE DEFINED FROM USER
- ISpliterator<T>
.NET interface for TO BE DEFINED FROM USER