org.avis.security
Class Keys.Delta

java.lang.Object
  extended by org.avis.security.Keys.Delta
Enclosing class:
Keys

public static class Keys.Delta
extends Object

Represents a delta (diff) between two key sets.


Field Summary
 Keys added
           
static Keys.Delta EMPTY_DELTA
           
 Keys removed
           
 
Method Summary
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_DELTA

public static final Keys.Delta EMPTY_DELTA

added

public final Keys added

removed

public final Keys removed
Method Detail

isEmpty

public boolean isEmpty()


Copyright © 2008 Matthew Phillips. All Rights Reserved.