Java Code for OpenList (4)
l// emptiness test

public boolean isEmpty()
  {
  ...
  }