Search:

Type: Posts; User: markjava

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,078

    Re: Interface parameters?

    example:

    interface A<T> extends Comparable<T> {
    // ...
    }
    or

    interface A<T extends Comparable<T>> extends Comparable<A<T>> {
    // ...
    }
  2. Replies
    3
    Views
    1,078

    Interface parameters?

    Hi guys what is a parameters of interface in Java?
  3. Replies
    2
    Views
    1,296

    Re: 2 thread classe improve code

    sorry, could not find the old post and I opened another, here it is:
    htt://www.javaprogrammingforums.com/android-development/19300-optimize-code-java-activity-long-operation.html
    Can you help me?
  4. Optimize code Java in activity and long operation

    hello I have a problem with java and android develop a dual timer with the Runnable class.
    By means of a call first the activity mRunnable and then the mRunnable1 at a distance of a few seconds. The...
  5. Replies
    2
    Views
    1,296

    2 thread classe improve code

    hello I created 2 timer fu action with the Runnable class and do in each of the operations between variables of type long. how can I speed up and improve the code?
    Thank you
Results 1 to 5 of 5