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) (package private) final RubySetRubySet.initSet(ThreadContext context, IRubyObject[] elements, int off, int len) static RubySetConstruct a new Set.static RubySetConstruct a new Set.private static RubySetRubySet.newSet(ThreadContext context, RubyClass metaClass, RubyArray elements) (package private) RubySetRubySet.newSetFast(Ruby runtime) Construct a new Set with the same class as this one.RubySet.rb_merge(ThreadContext context, IRubyObject enume) 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) private booleanRubySet.allElementsIncluded(RubySet set) booleanprivate static IRubyObjectRubySet.size(ThreadContext context, RubySet recv, IRubyObject[] args) A size method suitable for lambda method reference implementation ofRubyEnumerator.SizeFn.size(ThreadContext, IRubyObject, IRubyObject[])