Skip to content

Commit

Permalink
add map.delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
otrack committed Jan 20, 2021
1 parent eddc3dd commit 5f9a71e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/main/java/org/crucial/dso/AtomicMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,9 @@ public void mergeAl(@Option(names = "-1") Map<? extends K, ? extends V> m, @Opti
MergeableMap.super.mergeAll(m, f);
}

@Command(name = "delegate")
public Map<K,V> delegate(){
return this.delegate;
}

}

0 comments on commit 5f9a71e

Please sign in to comment.