Package com.day.cq.wcm.mobile.api.device
Interface DeviceGroupList
-
- All Superinterfaces:
java.util.Collection<DeviceGroup>
,java.lang.Iterable<DeviceGroup>
,java.util.List<DeviceGroup>
public interface DeviceGroupList extends java.util.List<DeviceGroup>
- Since:
- CQ 5.4.0
-
-
Method Summary
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-