Class BasePool<Key,​Value>

    • Field Detail

      • dexPool

        @Nonnull
        protected final DexPool dexPool
      • internedItems

        @Nonnull
        protected final java.util.Map<Key,​Value> internedItems
    • Constructor Detail

      • BasePool

        public BasePool​(@Nonnull
                        DexPool dexPool)
    • Method Detail

      • mark

        public void mark()
        Specified by:
        mark in interface Markable
      • reset

        public void reset()
        Specified by:
        reset in interface Markable
      • getItemCount

        public int getItemCount()