public static class ASTGroupBy.IcedNBHS<T extends Iced> extends Iced implements java.lang.Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |
ASTGroupBy.IcedNBHS |
read_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
AutoBuffer |
write_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
clone, frozenType, read, readExternal, readJSON_impl, readJSON, toJsonString, write, writeExternal, writeJSON_impl, writeJSONpublic AutoBuffer write_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.write_impl in interface Freezablewrite_impl in class Icedab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public ASTGroupBy.IcedNBHS read_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.