Class SVNObjectsPool


  • public class SVNObjectsPool
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.Object,​java.lang.Object> objectsPool  
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNObjectsPool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      java.lang.Object getObject​(java.lang.Object value)  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • objectsPool

        private java.util.Map<java.lang.Object,​java.lang.Object> objectsPool
    • Constructor Detail

      • SVNObjectsPool

        public SVNObjectsPool()
    • Method Detail

      • getObject

        public java.lang.Object getObject​(java.lang.Object value)
      • clear

        public void clear()
      • size

        public int size()