Constructor and Description |
---|
JavaUtil.Collection() |
public static RubyNumeric length(ThreadContext context, IRubyObject self)
public static IRubyObject each(ThreadContext context, IRubyObject self, Block block)
public static IRubyObject each_with_index(ThreadContext context, IRubyObject self, Block block)
public static IRubyObject first(ThreadContext context, IRubyObject self)
public static IRubyObject first(ThreadContext context, IRubyObject self, IRubyObject count)
public static IRubyObject append(IRubyObject self, IRubyObject item)
public static RubyArray to_a(ThreadContext context, IRubyObject self)
public static IRubyObject op_plus(ThreadContext context, IRubyObject self, IRubyObject coll)
public static IRubyObject op_minus(ThreadContext context, IRubyObject self, IRubyObject coll)
public static IRubyObject dup(ThreadContext context, IRubyObject self)
public static IRubyObject clone(ThreadContext context, IRubyObject self)
public static IRubyObject join(ThreadContext context, IRubyObject self)
public static IRubyObject join(ThreadContext context, IRubyObject self, IRubyObject sep)
Copyright © 2001-2016 JRuby. All Rights Reserved.