public class TreeSetDiff<T> extends CollectionDiff<T,Set<T>>
| Constructor and Description |
|---|
TreeSetDiff() |
TreeSetDiff(Comparator<T> comparator) |
add, clear, remove, sizecreate, equals, getAdded, getRemoved, getRetained, hashCode, toStringpublic TreeSetDiff()
public TreeSetDiff(Comparator<T> comparator)
Copyright © 2015. All rights reserved.