public class NotificationsEntity extends BaseEntity implements Iterable<NotificationEntity>
| Constructor and Description |
|---|
NotificationsEntity(List<NotificationEntity> notifications) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(java.util.function.Consumer<? super NotificationEntity> action) |
Iterator<NotificationEntity> |
iterator() |
Spliterator<NotificationEntity> |
spliterator() |
public NotificationsEntity(List<NotificationEntity> notifications)
public Iterator<NotificationEntity> iterator()
iterator in interface Iterable<NotificationEntity>public void forEach(java.util.function.Consumer<? super NotificationEntity> action)
forEach in interface Iterable<NotificationEntity>public Spliterator<NotificationEntity> spliterator()
spliterator in interface Iterable<NotificationEntity>Copyright © 2016. All rights reserved.