Module concord_core

Package nl.andrewl.concord_core.util


package nl.andrewl.concord_core.util
Contains some useful one-off utility classes that any consumer of Concord messages could benefit from.
  • Class
    Description
    A more complex output stream which redefines certain methods for convenience with method chaining.
    An extended output stream which contains additional methods for reading more complex types that are used by the Concord system.
    Pair<A,B>
    Simple generic pair of two objects.
    Triple<A,B,C>
    Simple generic triple of objects.