Interface Cloner

    • Method Detail

      • clone

        DecoratedKey clone​(DecoratedKey key)
        Clones the specified key.
        Parameters:
        key - the key to clone
        Returns:
        the cloned key
      • clone

        Clustering<?> clone​(Clustering<?> clustering)
        Clones the specified clustering.
        Parameters:
        clustering - the clustering to clone
        Returns:
        the cloned clustering
      • clone

        Cell<?> clone​(Cell<?> cell)
        Clones the specified cell.
        Parameters:
        cell - the cell to clone
        Returns:
        the cloned cell