Constructor and Description |
---|
InstructionsListenerDecorator(List<Instr> instrs,
InstructionsListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Instr e) |
void |
add(int index,
Instr element) |
boolean |
addAll(Collection<? extends Instr> c) |
boolean |
addAll(int index,
Collection<? extends Instr> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Instr |
get(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<Instr> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Instr> |
listIterator() |
ListIterator<Instr> |
listIterator(int index) |
Instr |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Instr |
set(int index,
Instr element) |
int |
size() |
List<Instr> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public InstructionsListenerDecorator(List<Instr> instrs, InstructionsListener listener)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Instr e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Instr>
containsAll
in interface List<Instr>
public boolean addAll(Collection<? extends Instr> c)
public boolean addAll(int index, Collection<? extends Instr> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf
in interface List<Instr>
public ListIterator<Instr> listIterator()
listIterator
in interface List<Instr>
public ListIterator<Instr> listIterator(int index)
listIterator
in interface List<Instr>
Copyright © 2001–2015 JRuby. All rights reserved.