Array2DHashSet.getOrAdd

@uml Add {@code o} to set if not there; return existing value if already there. This method performs the same operation as {@link #add} aside from the return value. @final

class Array2DHashSet(T)
final
T
getOrAdd
(
T o
)

Meta