Package | Description |
---|---|
com.sun.javafx.collections |
Modifier and Type | Class and Description |
---|---|
private class |
VetoableListDecorator.ModCountAccessorImpl |
private class |
VetoableListDecorator.VetoableSubListDecorator.ModCountAccessorImplSub |
Modifier and Type | Field and Description |
---|---|
private VetoableListDecorator.ModCountAccessor |
VetoableListDecorator.VetoableSubListDecorator.modCountAccessor |
private VetoableListDecorator.ModCountAccessor |
VetoableListDecorator.VetoableIteratorDecorator.modCountAccessor |
Constructor and Description |
---|
VetoableIteratorDecorator(VetoableListDecorator.ModCountAccessor modCountAccessor,
java.util.Iterator<E> it,
int offset) |
VetoableListIteratorDecorator(VetoableListDecorator.ModCountAccessor modCountAccessor,
java.util.ListIterator<E> it,
int offset) |
VetoableSubListDecorator(VetoableListDecorator.ModCountAccessor modCountAccessor,
java.util.List<E> subList,
int offset) |