T
- the type used in this hash setpublic class SerializableHashSet<T extends IOReadableWritable> extends HashSet<T> implements IOReadableWritable
HashSet
by implementing the
IOReadableWritable
interface.Constructor and Description |
---|
SerializableHashSet() |
Modifier and Type | Method and Description |
---|---|
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
add, clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
public void write(DataOutputView out) throws IOException
write
in interface IOReadableWritable
IOException
public void read(DataInputView in) throws IOException
read
in interface IOReadableWritable
IOException
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.