Namespace Java.Util
Classes
- AbstractMap.SimpleEntry
https://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleEntry.html
- AbstractMap.SimpleEntry<K, V>
https://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleEntry.html
- AbstractMap.SimpleImmutableEntry
https://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html
- AbstractMap.SimpleImmutableEntry<K, V>
https://docs.oracle.com/javase/8/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html
- AbstractSequentialList
https://docs.oracle.com/javase/8/docs/api/java/util/AbstractSequentialList.html
- AbstractSequentialList<E>
https://docs.oracle.com/javase/8/docs/api/java/util/AbstractSequentialList.html
- Comparator
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html. Extends JVMBridgeListener, implements IComparator<T>
- Comparator<T>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html. Extends JVMBridgeListener, implements IComparator<T>
- ConcurrentModificationException
https://docs.oracle.com/javase/8/docs/api/java/util/ConcurrentModificationException.html
- DoubleSummaryStatistics
https://docs.oracle.com/javase/8/docs/api/java/util/DoubleSummaryStatistics.html
- DuplicateFormatFlagsException
https://docs.oracle.com/javase/8/docs/api/java/util/DuplicateFormatFlagsException.html
- EventListenerDirect
Direct override of EventListener or its generic type if there is one
- FormatFlagsConversionMismatchException
https://docs.oracle.com/javase/8/docs/api/java/util/FormatFlagsConversionMismatchException.html
- Formatter.BigDecimalLayoutForm
https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.BigDecimalLayoutForm.html
- FormatterClosedException
https://docs.oracle.com/javase/8/docs/api/java/util/FormatterClosedException.html
- IllegalFormatCodePointException
https://docs.oracle.com/javase/8/docs/api/java/util/IllegalFormatCodePointException.html
- IllegalFormatConversionException
https://docs.oracle.com/javase/8/docs/api/java/util/IllegalFormatConversionException.html
- IllegalFormatException
https://docs.oracle.com/javase/8/docs/api/java/util/IllegalFormatException.html
- IllegalFormatFlagsException
https://docs.oracle.com/javase/8/docs/api/java/util/IllegalFormatFlagsException.html
- IllegalFormatPrecisionException
https://docs.oracle.com/javase/8/docs/api/java/util/IllegalFormatPrecisionException.html
- IllegalFormatWidthException
https://docs.oracle.com/javase/8/docs/api/java/util/IllegalFormatWidthException.html
- IllformedLocaleException
https://docs.oracle.com/javase/8/docs/api/java/util/IllformedLocaleException.html
- InputMismatchException
https://docs.oracle.com/javase/8/docs/api/java/util/InputMismatchException.html
- InvalidPropertiesFormatException
https://docs.oracle.com/javase/8/docs/api/java/util/InvalidPropertiesFormatException.html
- LongSummaryStatistics
https://docs.oracle.com/javase/8/docs/api/java/util/LongSummaryStatistics.html
- MissingFormatArgumentException
https://docs.oracle.com/javase/8/docs/api/java/util/MissingFormatArgumentException.html
- MissingFormatWidthException
https://docs.oracle.com/javase/8/docs/api/java/util/MissingFormatWidthException.html
- MissingResourceException
https://docs.oracle.com/javase/8/docs/api/java/util/MissingResourceException.html
- NoSuchElementException
https://docs.oracle.com/javase/8/docs/api/java/util/NoSuchElementException.html
- PrimitiveIterator.OfDouble
https://docs.oracle.com/javase/8/docs/api/java/util/PrimitiveIterator.OfDouble.html
- PrimitiveIterator.OfInt
https://docs.oracle.com/javase/8/docs/api/java/util/PrimitiveIterator.OfInt.html
- PrimitiveIterator.OfLong
https://docs.oracle.com/javase/8/docs/api/java/util/PrimitiveIterator.OfLong.html
- PrimitiveIterator<T, T_CONS>
https://docs.oracle.com/javase/8/docs/api/java/util/PrimitiveIterator.html
- PropertyResourceBundle
https://docs.oracle.com/javase/8/docs/api/java/util/PropertyResourceBundle.html
- ResourceBundle.Control
https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.Control.html
- ServiceConfigurationError
https://docs.oracle.com/javase/8/docs/api/java/util/ServiceConfigurationError.html
- Spliterator.OfPrimitive
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.OfPrimitive.html
- Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.OfPrimitive.html
- Spliterators.AbstractDoubleSpliterator
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterators.AbstractDoubleSpliterator.html
- Spliterators.AbstractIntSpliterator
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterators.AbstractIntSpliterator.html
- Spliterators.AbstractLongSpliterator
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterators.AbstractLongSpliterator.html
- Spliterators.AbstractSpliterator
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterators.AbstractSpliterator.html
- Spliterators.AbstractSpliterator<T>
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterators.AbstractSpliterator.html
- TooManyListenersException
https://docs.oracle.com/javase/8/docs/api/java/util/TooManyListenersException.html
- UnknownFormatConversionException
https://docs.oracle.com/javase/8/docs/api/java/util/UnknownFormatConversionException.html
- UnknownFormatFlagsException
https://docs.oracle.com/javase/8/docs/api/java/util/UnknownFormatFlagsException.html
Interfaces
- ICollection<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html
- IDeque<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Deque.html
- IEnumeration<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Enumeration.html
- IEventListener
.NET interface for org.mases.jnet.util.EventListener implementing https://docs.oracle.com/javase/8/docs/api/java/util/EventListener.html
- IFormattable
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Formattable.html
- IIterator<E>
.NET interface for https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html
- IListIterator<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/ListIterator.html
- IList<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/List.html
- IMap<K, V>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Map.html
- INavigableMap<K, V>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/NavigableMap.html
- INavigableSet<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/NavigableSet.html
- IObserver
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Observer.html
- IPrimitiveIterator<T, T_CONS>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/PrimitiveIterator.html
- IQueue<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Queue.html
- IRandomAccess
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/RandomAccess.html
- ISet<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Set.html
- ISortedMap<K, V>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html
- ISortedSet<E>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html
- ISpliterator<T>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.html