User Profile

Collapse

Profile Sidebar

Collapse
jomcfall97
jomcfall97
Last Activity: Jan 11 '08, 12:05 AM
Joined: Jan 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jomcfall97
    replied to Problems calling a method
    in Java
    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...
    See more | Go to post

    Leave a comment:


  • jomcfall97
    started a topic Problems calling a method
    in Java

    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...
    See more | Go to post
No activity results to display
Show More
Working...