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 TypeClassDescriptionclassNative 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 RubySetRubySet.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 RubySetConstruct a new Set.static RubySetConstruct 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 voidRubySet.addImplSet(ThreadContext context, RubySet set) protected voidRubySortedSet.addImplSet(ThreadContext context, RubySet set) boolean