public abstract class Interner<T> extends java.lang.Object
Interner()
abstract void
clear()
java.util.Set<T>
getValues()
T
intern(T name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Interner()
public T intern(T name)
public abstract void clear()
public java.util.Set<T> getValues()
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.