Package 

Interface MutablePathSet

  • All Implemented Interfaces:
    kotlin.collections.Iterable , org.veupathdb.lib.s3.s34k.fields.PathSet

    
    public interface MutablePathSet
     implements PathSet
                        

    Mutable set of object names.

    Implementations of this interface should be thread safe.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit add(String path)
      abstract Unit add(String paths) Adds the given paths to this MutablePathSet.
      abstract Unit add(Iterable<String> paths) Adds the paths from the Iterable value to this MutablePathSet.
      abstract Unit plusAssign(String path) Adds the given path to this MutablePathSet.
      abstract PathSet toImmutable() Returns an immutable PathSet copy of this MutablePathSet instance.
      • Methods inherited from class org.veupathdb.lib.s3.s34k.fields.PathSet

        contains, getSize, isEmpty, isNotEmpty, stream, toList, toSet
      • Methods inherited from class kotlin.collections.Iterable

        forEach, iterator, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait