twitter4j
Class StreamController.FriendsIDs

java.lang.Object
  extended by twitter4j.StreamController.FriendsIDs
All Implemented Interfaces:
Serializable, twitter4j.CursorSupport
Enclosing class:
StreamController

public final class StreamController.FriendsIDs
extends Object
implements twitter4j.CursorSupport, Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface twitter4j.CursorSupport
START
 
Method Summary
 boolean equals(Object o)
           
 long[] getIds()
           
 long getNextCursor()
          
 long getPreviousCursor()
          
 StreamController.User getUser()
           
 int hashCode()
           
 boolean hasNext()
          
 boolean hasPrevious()
          
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

hasPrevious

public boolean hasPrevious()

Specified by:
hasPrevious in interface twitter4j.CursorSupport

getPreviousCursor

public long getPreviousCursor()

Specified by:
getPreviousCursor in interface twitter4j.CursorSupport

hasNext

public boolean hasNext()

Specified by:
hasNext in interface twitter4j.CursorSupport

getNextCursor

public long getNextCursor()

Specified by:
getNextCursor in interface twitter4j.CursorSupport

getUser

public StreamController.User getUser()

getIds

public long[] getIds()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.