Interface Tags

All Superinterfaces:
com.clarisma.common.util.Consumable

public interface Tags extends com.clarisma.common.util.Consumable
A Consumable that can be used to iterate a feature's tags.
  • Method Details

    • isEmpty

      boolean isEmpty()
      Specified by:
      isEmpty in interface com.clarisma.common.util.Consumable
    • size

      int size()
    • next

      boolean next()
    • key

      String key()
    • value

      Object value()
    • stringValue

      String stringValue()
    • intValue

      default int intValue()
    • toMap

      Map<String,Object> toMap()