de.deepamehta.core.impl
Class TypeCache.EndlessRecursionProtection

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.impl.TypeCache.EndlessRecursionProtection
Enclosing class:
TypeCache

private class TypeCache.EndlessRecursionProtection
extends Object


Field Summary
private  Map<String,Integer> callCount
           
 
Constructor Summary
private TypeCache.EndlessRecursionProtection()
           
 
Method Summary
private  void check(String typeUri)
           
private  int decCount(String typeUri)
           
private  int incCount(String typeUri)
           
private  void uncheck(String typeUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

callCount

private Map<String,Integer> callCount
Constructor Detail

TypeCache.EndlessRecursionProtection

private TypeCache.EndlessRecursionProtection()
Method Detail

check

private void check(String typeUri)

uncheck

private void uncheck(String typeUri)

incCount

private int incCount(String typeUri)

decCount

private int decCount(String typeUri)


Copyright © 2014. All Rights Reserved.