public static class JavaUtil.List
extends java.lang.Object
Constructor and Description |
---|
List() |
public static IRubyObject aref(ThreadContext context, IRubyObject self, IRubyObject idx)
public static IRubyObject aref(ThreadContext context, IRubyObject self, IRubyObject idx, IRubyObject len)
public static IRubyObject aset(ThreadContext context, IRubyObject self, IRubyObject idx, IRubyObject val)
public static IRubyObject first(ThreadContext context, IRubyObject self)
public static IRubyObject first(ThreadContext context, IRubyObject self, IRubyObject count)
public static IRubyObject last(ThreadContext context, IRubyObject self)
public static IRubyObject last(ThreadContext context, IRubyObject self, IRubyObject count)
public static IRubyObject index(ThreadContext context, IRubyObject self, Block block)
public static IRubyObject index(ThreadContext context, IRubyObject self, IRubyObject val, Block ignoredBlock)
public static IRubyObject rindex(ThreadContext context, IRubyObject self, Block block)
public static IRubyObject rindex(ThreadContext context, IRubyObject self, IRubyObject val, Block ignoredBlock)
public static RubyArray to_a(ThreadContext context, IRubyObject self)
public static IRubyObject sort(ThreadContext context, IRubyObject self, Block block)
public static IRubyObject sort_bang(ThreadContext context, IRubyObject self, Block block)
Copyright © 2001-2018 JRuby. All Rights Reserved.