Package com.xebialabs.deployit.core
Class ListOfStringView
java.lang.Object
com.xebialabs.deployit.core.AbstractStringView<List<StringValue>>
com.xebialabs.deployit.core.ListOfStringView
- All Implemented Interfaces:
Serializable,Iterable<String>,Collection<String>,List<String>
- See Also:
-
Field Summary
Fields inherited from class com.xebialabs.deployit.core.AbstractStringView
wrapped -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends String> c) voidaddEncrypted(int index, String element) static ListOfStringViewencrypt()Return an encrypted view of this ListOfStringView.static ListOfStringViewget(int index) intintlistIterator(int index) remove(int index) setEncrypted(int index, String element) subList(int fromIndex, int toIndex) Methods inherited from class com.xebialabs.deployit.core.AbstractStringView
add, add, addAll, addEncrypted, clear, contains, containsAll, equals, getWrapped, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, stringToStringValue, toArray, toArray, toString, transformToStringValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ListOfStringView
public ListOfStringView() -
ListOfStringView
-
-
Method Details
-
encrypt
Return an encrypted view of this ListOfStringView.- Specified by:
encryptin classAbstractStringView<List<StringValue>>- Returns:
- an encrypted view
-
addAll
-
get
-
set
-
setEncrypted
-
add
-
addEncrypted
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<String>
-
listIterator
- Specified by:
listIteratorin interfaceList<String>
-
listIterator
- Specified by:
listIteratorin interfaceList<String>
-
subList
-
from
-
copy
-