Class TableEntryList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<TableEntry>, Collection<TableEntry>, List<TableEntry>, RandomAccess, SequencedCollection<TableEntry>

public class TableEntryList extends ArrayList<TableEntry>
The Class TableEntryList.
See Also:
  • Constructor Details

    • TableEntryList

      public TableEntryList()
  • Method Details

    • get

      public TableEntry get(PropertyTag propertyTag)
      Gets the.
      Parameters:
      propertyTag - the property tag
      Returns:
      the table entry
    • get

      public TableEntry get(int tag, PropertyType type)
      Gets the.
      Parameters:
      tag - the tag
      type - the type
      Returns:
      the table entry