Class CacheView.SimpleCacheView<T>

  • Type Parameters:
    T - The type this should cache
    All Implemented Interfaces:
    Iterable<T>, CacheView<T>
    Enclosing interface:
    CacheView<T>

    public static class CacheView.SimpleCacheView<T>
    extends net.dv8tion.jda.internal.utils.cache.AbstractCacheView<T>
    Basic implementation of CacheView interface.
    Using TLongObjectMap to cache entities!