Class SnowflakeCacheViewImpl<T extends ISnowflake>

All Implemented Interfaces:
Iterable<T>, CacheView<T>, SnowflakeCacheView<T>
Direct Known Subclasses:
MemberCacheViewImpl, SortedSnowflakeCacheViewImpl

public class SnowflakeCacheViewImpl<T extends ISnowflake> extends AbstractCacheView<T> implements SnowflakeCacheView<T>
  • Constructor Details

  • Method Details

    • getElementById

      public T getElementById(long id)
      Description copied from interface: SnowflakeCacheView
      Retrieves the entity represented by the provided ID.
      Specified by:
      getElementById in interface SnowflakeCacheView<T extends ISnowflake>
      Parameters:
      id - The ID of the entity
      Returns:
      Possibly-null entity for the specified ID