S - type of Summarypublic interface SummaryFactory<S extends Summary>
| Modifier and Type | Method and Description |
|---|---|
SummarySetOperations<S> |
getSummarySetOperations()
This is to obtain methods of producing unions and intersections of two Summary objects
|
S |
newSummary() |
DeserializeResult<S> |
summaryFromMemory(Memory mem)
This is to create an instance of a Summary given a serialized representation
|
byte[] |
toByteArray()
This is to serialize an instance to a byte array.
|
S newSummary()
SummarySetOperations<S> getSummarySetOperations()
DeserializeResult<S> summaryFromMemory(Memory mem)
mem - Memory object with serialized representation of a Summarybyte[] toByteArray()
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.