Searched refs:moveBeneath (Results 1 – 4 of 4) sorted by relevance
44 public boolean moveBeneath(Type objectToMove, Type reference) { in moveBeneath() method in ZLinkedList45 return organizer.moveBeneath(objectToMove, reference); in moveBeneath()
56 public boolean moveBeneath(ElementType objectToMove, ElementType reference) { in moveBeneath() method in ListOrganizer105 return moveBeneath(key, widgetBeneath); in moveDown()
105 public synchronized boolean moveBeneath(KeyType objectToMove, KeyType reference) { in moveBeneath() method in ZHash112 return zlist.moveBeneath(objectToMove, reference); in moveBeneath()
55 public boolean moveBeneath(ElementType objectToMove, ElementType reference); in moveBeneath() method