Code Sample: Introduction to Java* API for Persistent Memory...
… A Full Example Let's take a look now at a full example to see how all the pieces fall into place you can download the source from GitHub . import lib.util.persistent. ; @SuppressWarnings "unchecked" public class EmployeeList { static PersistentArray employees; public static void main String args { … …
