Module odo.core

Class WritablePair<T,​K>

java.lang.Object
net.odoframework.util.Pair<T,​K>
net.odoframework.util.WritablePair<T,​K>
All Implemented Interfaces:
Map.Entry<T,​K>

public class WritablePair<T,​K>
extends Pair<T,​K>
implements Map.Entry<T,​K>
  • Constructor Details

    • WritablePair

      public WritablePair​(T left, K right)
  • Method Details