public interface FigureSet
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Figure f)
Test if this set contains the given figure.
|
Iterator |
figures()
Return an iteration of the figures in this set, in an
undefined order.
|
Iterator |
figuresFromBack()
Return an iteration of the figures in this set, from
back to front.
|
Iterator |
figuresFromFront()
Return an iteration of the figures in this set, from back to
front.
|
boolean contains(Figure f)
Iterator figures()
Iterator figuresFromBack()
Iterator figuresFromFront()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.