Home | History | Annotate | Download | only in file

Lines Matching defs:firstItem

44     private final Item firstItem;
82 Item firstItem = null;
91 firstItem, lastItem, count));
94 firstItem = item;
104 firstItem, lastItem, count));
120 * @param firstItem {@code non-null;} first item covered
124 private MapItem(ItemType type, Section section, Item firstItem,
136 if (firstItem == null) {
137 throw new NullPointerException("firstItem == null");
150 this.firstItem = firstItem;
170 this.firstItem = null;
214 if (firstItem == null) {
217 offset = section.getAbsoluteItemOffset(firstItem);