Interface ListItem


public interface ListItem
A single list item in a Java list.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the 0-based index of the list item.
    Returns the text value of the list item.