Class StiMapUtil

java.lang.Object
com.stimulsoft.report.export.tools.StiMapUtil

public class StiMapUtil extends Object
Map util Copyright Stimulsoft
  • Constructor Details

    • StiMapUtil

      public StiMapUtil()
  • Method Details

    • getIndexOf

      public static int getIndexOf(SortedMap map, Object value)
      Get value index in SortedMap
      Parameters:
      map -
      value -
      Returns:
      Value index
    • setByIndex

      public static void setByIndex(SortedMap map, int index, Object value)
      Put value to map in index
      Parameters:
      map -
      index -
      value -
    • removeAt

      public static void removeAt(SortedMap map, int index)
      Remove value in SortedMap by index
      Parameters:
      map -
      index -
    • getByIndex

      public static Object getByIndex(SortedMap map, int index)
      Get value in SortedMap by index
      Parameters:
      map -
      index -
      Returns:
      Result value