public abstract class AbstractCodedRaba extends Object implements ICodedRaba
UnsupportedOperationException for all
mutation operations.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCodedRaba() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(byte[] a)
Append a byte[] value to the end of the logical byte[][] (optional
operation).
|
int |
add(byte[] value,
int off,
int len)
Append a byte[] value to the end of the logical byte[][] (optional
operation).
|
int |
add(DataInput in,
int len)
Append a byte[] value to the end of the logical byte[][] (optional
operation).
|
boolean |
isReadOnly()
Implementation is read-only.
|
Iterator<byte[]> |
iterator()
Basic implementation may be overridden if a faster implementation is
available.
|
void |
set(int index,
byte[] a)
Set the byte[] value at the specified index (optional operation).
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdatapublic final boolean isReadOnly()
isReadOnly in interface IRabapublic final int add(byte[] a)
IRabapublic final int add(byte[] value,
int off,
int len)
IRabapublic final int add(DataInput in, int len) throws IOException
IRabaadd in interface IRabain - The input stream from which the byte[] will be read.len - The #of bytes to be read.IOExceptionpublic final void set(int index,
byte[] a)
IRabaset in interface IRabaindex - The index in [0:IRaba.size()-1].a - The byte[] value.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.