|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.serialization.Interner<T>
public final class Interner<T>
Constructor Summary | |
---|---|
Interner()
|
|
Interner(Interner<T> parent)
|
Method Summary | |
---|---|
java.util.List<T> |
getAllInternedObjects()
|
int |
intern(T obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interner(Interner<T> parent)
public Interner()
Method Detail |
---|
public int intern(@NotNull T obj)
@NotNull public java.util.List<T> getAllInternedObjects()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |