public class RubyBlockListDecorator<T>
extends java.util.AbstractList<T>
| Constructor and Description |
|---|
RubyBlockListDecorator(org.jruby.RubyArray rubyBlockList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
add(T abstractBlock) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
equals(java.lang.Object o) |
T |
get(int index) |
int |
hashCode() |
int |
indexOf(java.lang.Object o) |
int |
lastIndexOf(java.lang.Object o) |
T |
remove(int index) |
boolean |
remove(java.lang.Object o) |
T |
set(int index,
T element) |
int |
size() |
addAll, iterator, listIterator, listIterator, removeRange, subListaddAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic RubyBlockListDecorator(org.jruby.RubyArray rubyBlockList)
public int size()
public boolean contains(java.lang.Object o)
public boolean add(T abstractBlock)
public boolean remove(java.lang.Object o)
public void clear()
public boolean equals(java.lang.Object o)
public int hashCode()
public T get(int index)
public void add(int index,
T element)
public T remove(int index)
public int indexOf(java.lang.Object o)