Uses of Class
org.jruby.ext.set.RubySet
Packages that use RubySet
-
Uses of RubySet in org.jruby.ext.set
Subclasses of RubySet in org.jruby.ext.setModifier and TypeClassDescriptionclass
Native implementation of Ruby's SortedSet (set.rb replacement).Methods in org.jruby.ext.set that return RubySetModifier and TypeMethodDescriptionRubySet.add
(ThreadContext context, IRubyObject obj) Adds the given object to the set and returns self.static RubySet
RubySet.create
(ThreadContext context, IRubyObject self, IRubyObject... ary) Creates a new set containing the given objects.RubySet.flatten
(ThreadContext context) RubySet.flatten_merge
(ThreadContext context, IRubyObject set) static RubySet
Construct a new Set.static RubySet
Construct a new Set.RubySet.rb_merge
(ThreadContext context, IRubyObject enume) RubySet.rb_merge
(ThreadContext context, IRubyObject... args) Merges the elements of the given enumerable object to the set and returns self.RubySet.replace
(ThreadContext context, IRubyObject enume) Replaces the contents of the set with the contents of the given enumerable object and returns self.RubySet.to_set
(ThreadContext context, Block block) RubySet.to_set
(ThreadContext context, IRubyObject[] args, Block block) Methods in org.jruby.ext.set with parameters of type RubySetModifier and TypeMethodDescriptionprotected void
RubySet.addImplSet
(ThreadContext context, RubySet set) protected void
RubySortedSet.addImplSet
(ThreadContext context, RubySet set) boolean