Searched defs:intern (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/util/
H A DInterner.java33 * {@link java.lang.String#intern}, but it stores the canonical objects on
42 * In contrast to {@link java.lang.String#intern}, this class does not attempt
64 * ( intern(o1) == null ) :
65 * o1.equals(o2) == ( intern(o1) == intern(o2) )
68 * @param instance the object to intern
71 public T intern(T instance) { method in class:Interner

Completed in 17 milliseconds