Module org.autogui

Class GuiReprCollectionTable.ArrayWrappingList

java.lang.Object
java.util.AbstractCollection<Object>
java.util.AbstractList<Object>
org.autogui.base.mapping.GuiReprCollectionTable.ArrayWrappingList
All Implemented Interfaces:
Iterable<Object>, Collection<Object>, List<Object>, SequencedCollection<Object>
Enclosing class:
GuiReprCollectionTable

public static class GuiReprCollectionTable.ArrayWrappingList extends AbstractList<Object>
a list wraps an array. it relies on reflection (Array) and can support primitive arrays. for multidimensional arrays (dim > 1), it wraps/unwraps element values