Class ListUtils.ScalaListUpdateInPlace<A>

  • Enclosing class:
    ListUtils

    public static class ListUtils.ScalaListUpdateInPlace<A>
    extends scala.AnyVal
    • Constructor Summary

      Constructors 
      Constructor Description
      ScalaListUpdateInPlace​(scala.collection.immutable.List<A> list)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object x$1)  
      int hashCode()  
      scala.collection.immutable.List<A> list()  
      scala.collection.immutable.List<A> replace​(scala.Function1<A,​java.lang.Object> findElem, A elem)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScalaListUpdateInPlace

        public ScalaListUpdateInPlace​(scala.collection.immutable.List<A> list)
    • Method Detail

      • list

        public scala.collection.immutable.List<A> list()
      • replace

        public scala.collection.immutable.List<A> replace​(scala.Function1<A,​java.lang.Object> findElem,
                                                          A elem)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Overrides:
        equals in class java.lang.Object