Package net.dv8tion.jda.core.utils.cache
Class CacheView.SimpleCacheView<T>
- java.lang.Object
-
- net.dv8tion.jda.core.utils.cache.impl.AbstractCacheView<T>
-
- net.dv8tion.jda.core.utils.cache.CacheView.SimpleCacheView<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.dv8tion.jda.core.utils.cache.CacheView
CacheView.SimpleCacheView<T>
-
-
Constructor Summary
Constructors Constructor Description SimpleCacheView(java.lang.Class<T> type, java.util.function.Function<T,java.lang.String> nameMapper)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.core.utils.cache.impl.AbstractCacheView
asList, asSet, clear, getElementsByName, getMap, isEmpty, iterator, parallelStream, size, spliterator, stream
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.core.utils.cache.CacheView
collect, getElementsByName
-
-