help calling a method
hey wondering if anyone can help me with some coursework im doing
im trying to remove a record from a queue by using a method from another class.
[CODE=java] class QueueNode
{
private String document ;
private String owner ;
private int size ;
private QueueNode next ;
private QueueNode previous ;
public QueueNode (String document , String owner...
User Profile
Collapse
-
Problems calling a method
hey wondering if anyone can help me with some work im doing
im trying to remove a record from a queue by using a method from a class.
class QueueNode
{
private String document ;
private String owner ;
private int size ;
private QueueNode next ;
private QueueNode previous ;
public QueueNode (String document , String owner , int size)
{
this.document = document...
No activity results to display
Show More
Leave a comment: