Package net.filebot.format
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 TypeMethodDescriptionvoid
boolean
boolean
addAll
(int index, Collection<? extends Object> c) boolean
addAll
(Collection<? extends Object> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) get
(int index) getProperty
(String name) int
boolean
isEmpty()
iterator()
Set
<?> keySet()
int
listIterator
(int index) remove
(int index) boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) void
setProperty
(String name, Object value) int
size()
subList
(int fromIndex, int toIndex) Object[]
toArray()
<T> T[]
toArray
(T[] a) toList()
toString()
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface groovy.lang.GroovyObject
invokeMethod
Methods 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:
getProperty
in interfaceGroovyObject
-
setProperty
- Specified by:
setProperty
in interfaceGroovyObject
-
toString
-
keySet
-
toList
-
iterator
-
get
-
subList
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAll
in interfaceCollection<Object>
- Specified by:
containsAll
in interfaceList<Object>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<Object>
-
listIterator
- Specified by:
listIterator
in interfaceList<Object>
-
listIterator
- Specified by:
listIterator
in interfaceList<Object>
-