Class LabelsSet


  • public class LabelsSet
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LabelsSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String[] labels)  
      java.util.Collection<java.lang.String[]> getLabelsArrays()  
      int size()  
      • Methods inherited from class java.lang.Object

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

      • LabelsSet

        public LabelsSet()
    • Method Detail

      • add

        public void add​(java.lang.String[] labels)
      • size

        public int size()
      • getLabelsArrays

        public java.util.Collection<java.lang.String[]> getLabelsArrays()