Examples of freeData()


Examples of freenet.support.api.ManifestElement.freeData()

      if(o instanceof HashMap) {
        freeData((HashMap<String, Object>) o);
      } else {
        ManifestElement e = (ManifestElement) o;
        if(logMINOR) Logger.minor(this, "Freeing "+e);
        e.freeData();
      }
    }
  }

  @Override
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.