Package com.electronwill.nightconfig.core.utils
package com.electronwill.nightconfig.core.utils
-
ClassDescriptionCommentedConfigWrapper<C extends CommentedConfig>ConfigWrapper<C extends Config>A fake CommentedConfig that wraps a config that doesn't support comments.A fake UnmodifiableCommentedConfig that wraps a config that doesn't support comments.A fast, unsynchronized, simple Reader that reads the content of a String.A deque of integers that increases its capacity as necessary.ObservedEntry<K,
V> ObservedMap<K,V> ObservedSet<K>Fast string utilities.TransformingCollection<InternalV,ExternalV> A TransformingCollection applies "just in time" transformations to aCollection<InternalV>in order to make it like aCollection<ExternalV>.TransformingIterator<InternalV,ExternalV> A TransformingIterator applies "just in time" transformations to anInterator<InternalV>in order to make it like anInterator<ExternalV>.TransformingList<InternalV,ExternalV> TransformingListIterator<InternalV,ExternalV> TransformingMap<K,InternalV, ExternalV> A TransformingMap contains an internalMap<K, InternalV>values, and exposes the features of aMap<K, ExternalV>applying transformations to the values.TransformingSet<InternalV,ExternalV> A TransformingSet applies "just in time" transformations to anSet<InternalV>in order to make it like anSet<ExternalV>.TransformingSpliterator<InternalV,ExternalV> A TransformingSpliterator applies "just in time" transformations to anSpliterator<InternalV>in order to make it like anSpliterator<ExternalV>.UnmodifiableConfigWrapper<C extends UnmodifiableConfig>