Class PrioritizedList.PrioritizedItem

java.lang.Object
com.thoughtworks.xstream.core.util.PrioritizedList.PrioritizedItem
All Implemented Interfaces:
Comparable
Enclosing class:
PrioritizedList

private static class PrioritizedList.PrioritizedItem extends Object implements Comparable
  • Field Details

    • value

      final Object value
    • priority

      final int priority
    • id

      final int id
  • Constructor Details

    • PrioritizedItem

      public PrioritizedItem(Object value, int priority, int id)
  • Method Details