Class LogEntryList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<LogEntry>, Collection<LogEntry>, List<LogEntry>, RandomAccess, SequencedCollection<LogEntry>, Paginable<LogEntry>

@Deprecated(since="2025.0", forRemoval=true) public class LogEntryList extends PaginablePageProvider<LogEntry>
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use PaginableLogEntryList instead
See Also:
  • Constructor Details

    • LogEntryList

      public LogEntryList(PageProvider<LogEntry> pageProvider)
      Deprecated, for removal: This API element is subject to removal in a future version.