Interface RSortedSet<V>

    • Method Detail

      • mapReduce

        <KOut,​VOut> RCollectionMapReduce<V,​KOut,​VOut> mapReduce()
        Returns RMapReduce object associated with this object
        Type Parameters:
        KOut - output key
        VOut - output value
        Returns:
        MapReduce instance
      • readAll

        <V> readAll()
      • readAllAsync

        <V>> readAllAsync()
      • addAsync

        > addAsync​(V value)
      • removeAsync

        > removeAsync​( value)
      • trySetComparator

        boolean trySetComparator​(<? super V> comparator)
        Sets new comparator only if current set is empty
        Parameters:
        comparator - for values
        Returns:
        true if new comparator setted false otherwise