Class Allocation

java.lang.Object
ch.hslu.exercises.sw02.ex2.Allocation
All Implemented Interfaces:
Comparable<Allocation>

public final class Allocation extends Object implements Comparable<Allocation>
  • Constructor Details

    • Allocation

      public Allocation(long size, long startingAddress)
  • Method Details