public class TriangleCountValue extends Object implements Value<TriangleCountValue>
| Constructor and Description |
|---|
TriangleCountValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
assign(Value<TriangleCountValue> other) |
int |
compareTo(TriangleCountValue other) |
Value<TriangleCountValue> |
copy() |
long |
count() |
void |
count(long count) |
IdList |
idList() |
void |
read(RandomAccessInput in) |
String |
string() |
String |
toString() |
Object |
value() |
ValueType |
valueType() |
void |
write(RandomAccessOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckAssignpublic IdList idList()
public long count()
public void count(long count)
public ValueType valueType()
valueType in interface Value<TriangleCountValue>public void assign(Value<TriangleCountValue> other)
assign in interface Value<TriangleCountValue>public Value<TriangleCountValue> copy()
copy in interface Value<TriangleCountValue>public void read(RandomAccessInput in) throws IOException
read in interface ReadableIOExceptionpublic void write(RandomAccessOutput out) throws IOException
write in interface WritableIOExceptionpublic int compareTo(TriangleCountValue other)
compareTo in interface Comparable<TriangleCountValue>public String string()
string in interface Value<TriangleCountValue>public Object value()
value in interface Value<TriangleCountValue>Copyright © 2020–2021. All rights reserved.