org.sonar.batch.index
Class Cache.Entry<V>

java.lang.Object
  extended by org.sonar.batch.index.Cache.Entry<V>
Enclosing class:
Cache<V>

public static class Cache.Entry<V>
extends Object


Method Summary
 Object[] key()
           
 String toString()
           
 V value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

key

public Object[] key()

value

@CheckForNull
public V value()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2015 SonarSource. All rights reserved.