Class: Java::JavaUtil::TreeSet
Instance Method Summary collapse
- #base__first ⇒ Object private
-
#first ⇒ Object
Fixes the jRuby #first to return nil on an empty set rather than raise a Java exception.
Instance Method Details
#base__first ⇒ Object (private)
112 |
# File 'lib/jinx/import/java.rb', line 112 alias :base__first :first |