@Immutable @Loggable(value=1) public final class BucketNotepad extends Object implements Notepad
Notepad.Empty
Constructor and Description |
---|
BucketNotepad(Coordinates wrk,
S3Client clnt)
Public ctor.
|
BucketNotepad(Coordinates wrk,
String pfx,
S3Client clnt)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(String line) |
boolean |
addAll(Collection<? extends String> list) |
void |
clear() |
boolean |
contains(Object object) |
boolean |
containsAll(Collection<?> list) |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object line) |
boolean |
removeAll(Collection<?> list) |
boolean |
retainAll(Collection<?> list) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public BucketNotepad(@NotNull(message="work can\'t be NULL") Coordinates wrk, @NotNull(message="S3 prefix can\'t be NULL") String pfx, @NotNull(message="S3 client can\'t be NULL") S3Client clnt)
wrk
- Coordinates we're inpfx
- Prefixclnt
- Clientpublic BucketNotepad(Coordinates wrk, S3Client clnt)
wrk
- Coordinates we're inclnt
- Clientpublic int size()
size
in interface Collection<String>
public boolean isEmpty()
isEmpty
in interface Collection<String>
public boolean contains(Object object)
contains
in interface Collection<String>
public Object[] toArray()
toArray
in interface Collection<String>
public <T> T[] toArray(T[] array)
toArray
in interface Collection<String>
public boolean add(String line)
add
in interface Collection<String>
public boolean remove(Object line)
remove
in interface Collection<String>
public boolean containsAll(Collection<?> list)
containsAll
in interface Collection<String>
public boolean addAll(Collection<? extends String> list)
addAll
in interface Collection<String>
public boolean removeAll(Collection<?> list)
removeAll
in interface Collection<String>
public boolean retainAll(Collection<?> list)
retainAll
in interface Collection<String>
public void clear()
clear
in interface Collection<String>
Copyright © 2009–2014 Rultor Inc.. All rights reserved.