Class AssociativeEnumObject
java.lang.Object
groovy.lang.GroovyObjectSupport
net.filebot.format.AssociativeEnumObject
- All Implemented Interfaces:
GroovyObject,Iterable<Object>,Collection<Object>,List<Object>,SequencedCollection<Object>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends Object> c) booleanaddAll(Collection<? extends Object> c) voidclear()booleanbooleancontainsAll(Collection<?> c) get(int index) getProperty(String name) intbooleanisEmpty()iterator()Set<?> keySet()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) voidsetProperty(String name, Object value) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) toList()toString()Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface groovy.lang.GroovyObject
invokeMethodMethods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
AssociativeEnumObject
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfaceGroovyObject
-
setProperty
- Specified by:
setPropertyin interfaceGroovyObject
-
toString
-
keySet
-
toList
-
iterator
-
get
-
subList
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<Object>- Specified by:
containsAllin interfaceList<Object>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Object>
-
listIterator
- Specified by:
listIteratorin interfaceList<Object>
-
listIterator
- Specified by:
listIteratorin interfaceList<Object>
-