Class CacheSetWrapper<T>

java.lang.Object
org.apache.jena.atlas.lib.cache.CacheSetWrapper<T>
All Implemented Interfaces:
CacheSet<T>

public class CacheSetWrapper<T> extends Object implements CacheSet<T>
  • Constructor Details

    • CacheSetWrapper

      public CacheSetWrapper(CacheSet<T> cache)
  • Method Details

    • add

      public void add(T e)
      Specified by:
      add in interface CacheSet<T>
    • clear

      public void clear()
      Specified by:
      clear in interface CacheSet<T>
    • contains

      public boolean contains(T obj)
      Specified by:
      contains in interface CacheSet<T>
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface CacheSet<T>
    • remove

      public void remove(T obj)
      Specified by:
      remove in interface CacheSet<T>
    • size

      public long size()
      Specified by:
      size in interface CacheSet<T>