Class | Description |
---|---|
BytesHelper | |
MethodHelper | |
SedesHelper | |
SedesHelper.Varint |
Encodes signed and unsigned values using a common variable-length
scheme, found for example in
Google's Protocol Buffers.
|
StructuresHelper | |
StructuresHelper.Pair<T1,T2> |
This is a helper class which makes it easy to have pairs of values,
and to use them as keys and values in Maps.
|
StructuresHelper.SchemaKey |
This encapsulates a Schema and allows it to be used in such a way that
any aliases are ignored in equality.
|
StructuresHelper.Triple<T1,T2,T3> |
Annotation Type | Description |
---|---|
MethodHelper.NotImplemented |
This is an annotation which allows a class to signal that while it is "implementing"
a method because it is specified by a parent class or interface, that the implementation
just throws an exception, because it is not implemented.
|
Copyright © 2007-2017 The Apache Software Foundation