Home | History | Annotate | Download | only in boxes

Lines Matching refs:Box

26 public interface ContainerBox extends Box {
33 List<Box> getBoxes();
39 void setBoxes(List<Box> boxes);
44 * @param clazz child box's type
47 <T extends Box> List<T> getBoxes(Class<T> clazz);
52 * @param clazz child box's type
56 <T extends Box> List<T> getBoxes(Class<T> clazz, boolean recursive);
59 * Gets the parent box. May be <code>null</code> in case of the
67 * Returns the number of bytes from the start of the box to start of the first child.
69 * @return offset of first child from box start