Class DataContainerToByteArray.DummyContainer

    • Constructor Detail

      • DummyContainer

        public DummyContainer()
    • Method Detail

      • mergeWith

        public void mergeWith​(Object other)
        Description copied from interface: Mergeable
        Merges its own data with the one provided by the specified object.
        Parameters:
        other - the object to merge with
      • newComparator

        public DataPointComparator newComparator()
        Description copied from interface: DataContainer
        Returns a new instance of the default comparator.
        Returns:
        the comparator instance
      • getComparator

        public DataPointComparator getComparator()
        Description copied from interface: DataContainer
        Returns the comparator in use.
        Returns:
        the comparator in use
      • newPoint

        public DataPoint newPoint()
        Description copied from interface: DataContainer
        Returns a new instance of a DataContainer point.
        Returns:
        the new DataContainer point
      • add

        public boolean add​(Object o)