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
      • trySetComparator

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