Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: Can you make new data types, just as efficient as built in (ie int, byte)

    I was simply restating what I thought you meant :)

    Here's is an example of what I was alluding to:


    public static void main(String[] args){
    byte one = 1;
    byte ten = 10;
    byte...
  2. Re: Can you make new data types, just as efficient as built in (ie int, byte)

    Define a create a new class. I'm unsure what exactly you wish to accomplish, but you could define an object with the values you wish (btw according the java API a boolean represents a byte but - and...
Results 1 to 2 of 2