Generated by
JDiff

Class java.lang.ref.ReferenceQueue

Documentation changed from old to new.

Changed Methods
Reference poll() Documentation changed from old to new.
Polls this queue to see if a reference object is available.
Reference remove(long) Documentation changed from old to new.
Removes the next reference object in this queue blocking until either one becomes available or the given timeout period expires.
Reference remove() Documentation changed from old to new.
Removes the next reference object in this queue blocking until one becomes available.