Class ProcessorLibrary.UnorderedArrayDataList

java.lang.Object
com.yahoo.component.provider.FreezableClass
com.yahoo.component.provider.ListenableFreezableClass
com.yahoo.processing.response.AbstractDataList<DATATYPE>
com.yahoo.processing.response.ArrayDataList
com.yahoo.processing.test.ProcessorLibrary.UnorderedArrayDataList
All Implemented Interfaces:
com.yahoo.component.provider.Freezable, com.yahoo.component.provider.ListenableFreezable, Data, DataList, Ordered, Streamed
Enclosing class:
ProcessorLibrary

public static class ProcessorLibrary.UnorderedArrayDataList extends ArrayDataList implements Ordered
  • Constructor Details

    • UnorderedArrayDataList

      public UnorderedArrayDataList(Request request)
  • Method Details

    • isOrdered

      public boolean isOrdered()
      Description copied from interface: Ordered
      Returns false if the data in this list can be returned in any order. Default: true, meaning the order matters
      Specified by:
      isOrdered in interface Ordered
      Overrides:
      isOrdered in class AbstractDataList