Class DeltaKey
- java.lang.Object
 - 
- jetbrains.mps.internal.make.runtime.util.DeltaKey
 
 
- 
public final class DeltaKey extends Object
Hierarchical delta identity, capable to answer questions like [a/b/c].contains([a/b/c/d]) and [a/b/c].commonPrefix([a/b/d/e]). Leftmost component in key array is most generic, rightmost is most specific. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeltaKeycommonPrefix(DeltaKey other)booleancontains(DeltaKey other)booleanequals(Object o)inthashCode()booleanisEmpty() 
 - 
 
- 
- 
Constructor Detail
- 
DeltaKey
public DeltaKey(Object... key)
 
 - 
 
 -