org.openjena.atlas.lib.cache
Class CacheSetWrapper<T>
java.lang.Object
org.openjena.atlas.lib.cache.CacheSetWrapper<T>
- All Implemented Interfaces:
- CacheSet<T>
public class CacheSetWrapper<T>
- extends Object
- implements CacheSet<T>
CacheSetWrapper
public CacheSetWrapper(CacheSet<T> cache)
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>
Licenced under the Apache License, Version 2.0