Package org.jruby.javasupport.ext
Class JavaUtil.Collection
java.lang.Object
org.jruby.javasupport.ext.JavaUtil.Collection
- Enclosing class:
JavaUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectappend(IRubyObject self, IRubyObject item) static IRubyObjectclone(ThreadContext context, IRubyObject self) static IRubyObjectdup(ThreadContext context, IRubyObject self) static IRubyObjecteach(ThreadContext context, IRubyObject self, Block block) static IRubyObjecteach_with_index(ThreadContext context, IRubyObject self, Block block) static IRubyObjectfirst(ThreadContext context, IRubyObject self) static IRubyObjectfirst(ThreadContext context, IRubyObject self, IRubyObject count) static RubyBooleaninclude_p(ThreadContext context, IRubyObject self, IRubyObject obj) static RubyStringinspect(ThreadContext context, IRubyObject self) static IRubyObjectjoin(ThreadContext context, IRubyObject self) static IRubyObjectjoin(ThreadContext context, IRubyObject self, IRubyObject sep) static RubyNumericlength(ThreadContext context, IRubyObject self) static IRubyObjectop_minus(ThreadContext context, IRubyObject self, IRubyObject coll) static IRubyObjectop_plus(ThreadContext context, IRubyObject self, IRubyObject coll) static RubyArrayto_a(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Collection
public Collection()
-
-
Method Details
-
length
-
each
-
each_with_index
-
include_p
-
first
-
first
-
append
-
to_a
-
op_plus
-
op_minus
-
dup
-
clone
-
join
-
join
-
inspect
-