com.google.caja.plugin.stages
Interface JobCache.Keys

All Superinterfaces:
java.lang.Iterable<JobCache.Key>
Enclosing class:
JobCache

public static interface JobCache.Keys
extends java.lang.Iterable<JobCache.Key>


Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 JobCache.Keys union(JobCache.Keys other)
          An instance that iterates over all the keys in this and all the keys in other.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

union

JobCache.Keys union(JobCache.Keys other)
An instance that iterates over all the keys in this and all the keys in other.

Implementation note: implementations may elect to raise a runtime exception if other was not produced by the same JobCache instance and other is not none but must support none by returning this or an equal instance.


equals

boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright (C) 2008 Google Inc.
Licensed under the Apache License, Version 2.0