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

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

Completed in 9 milliseconds