Class ListView<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<T>
-
- io.virtdata.docsys.metafs.fs.renderfs.model.properties.ListView<T>
-
- All Implemented Interfaces:
MarkdownStringer,java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<T>,java.util.Collection<T>,java.util.List<T>,java.util.RandomAccess
public class ListView<T> extends java.util.ArrayList<T> implements MarkdownStringer
- See Also:
- Serialized Form
-
-
Method Summary
Modifier and Type Method Description java.lang.StringasMarkdown()-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Constructor Detail
-
ListView
public ListView(java.util.Collection<? extends T> c)
-
-
Method Detail
-
asMarkdown
public java.lang.String asMarkdown()
- Specified by:
asMarkdownin interfaceMarkdownStringer
-
-