Class AnnotationElementContinuous

  • All Implemented Interfaces:
    AnnotationElement<java.lang.Float>

    public class AnnotationElementContinuous
    extends java.lang.Object
    implements AnnotationElement<java.lang.Float>
    We use floats to save space Here we dont use maps for cardinality. Instead, we just store all the numbers.
    Author:
    abolt
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addValue​(java.lang.Float newElement)  
      java.util.List<java.lang.Float> getDistinctValues()  
      java.lang.String getName()  
      java.util.List<java.lang.Float> getValues()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationElementContinuous

        public AnnotationElementContinuous​(java.lang.String name)