public class Edit.EditBuffer extends ArrayList<String>
modCount
Constructor and Description |
---|
EditBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
String element) |
boolean |
add(String e) |
boolean |
addAll(Collection<? extends String> c) |
boolean |
addAll(int index,
Collection<? extends String> c) |
void |
clear() |
void |
discard() |
AbstractFile |
getFile() |
boolean |
isChanged() |
void |
load(AbstractFile object) |
String |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
protected void |
removeRange(int fromIndex,
int toIndex) |
void |
save() |
String |
set(int index,
String element) |
void |
setFile(AbstractFile file) |
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public AbstractFile getFile()
public void discard()
public boolean add(String e)
public void setFile(AbstractFile file)
public void add(int index, String element)
public void clear()
public boolean addAll(Collection<? extends String> c)
public boolean addAll(int index, Collection<? extends String> c)
protected void removeRange(int fromIndex, int toIndex)
removeRange
in class ArrayList<String>
public boolean removeAll(Collection<?> c)
public String remove(int index)
public boolean remove(Object o)
public boolean isChanged()
public void save() throws IOException
IOException
public void load(AbstractFile object) throws IOException
IOException
Copyright © 2024. All rights reserved.