Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Logic behind Account Selector order?

Featured Replies

It's not alphabetic. What determines the order of the accounts in the selector?

  • Author

I think its the order you add accounts to it.

 

 

The order you add it, not adding sorting.

Not for me, it's not.

 

I just tried adding an account again to see where it was placed and it was placed 2nd from the top. Made another one and it was placed 5th. I don't get it.

 

Both email addresses started with the same first letter.

Edited by sampla

Yeah mine aren't added by the order I add them in either. I wondered this as well, but never asked haha.

 

They're stored in a non-linked hashmap.

 

So the JVM can juggle the order around seemingly randomly when new accounts are added to your database, or existing accounts are removed from the hashmap database.

 

If it were a linked hash map, it would be the exact order you add them in.

 

The JVM does low level optimizations and memory management when deciding where to insert them. It's based on your current RAM state, and other factors.

Edited by DragonAlpha

 

The JVM does low level optimizations and memory management when deciding where to insert them. It's based on your current RAM state, and other factors.

 

Don't think so

Edited by Botre

  • Author

I'd love to have this fixed. Quality of life update.

Valid point. Initial post reworded:

 

So the accounts hashmap's iterator can juggle the order around seemingly randomly. The JVM does low level optimizations and memory management. It's based on your current RAM state, and other factors.

 

Hello world

Edited by Botre

Tin

A hasmap is used. A hashmap does not guarantee order. You referenced the Java doc's iterator as a reference where it says "Iterator does not guarantee order". Well the same documentation in the Hashmap section says the exact same thing for Hashmap.

 

public class HashMap<K,V>

extends AbstractMap<K,V>

implements Map<K,V>, Cloneable, Serializable

Hash table based implementation of the Map interface. This implementation provides all of the optional map operations, and permits null values and the null key. (The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls.) This class makes no guarantees as to the order of the map

 

 

I can post source code from my decompiler too. Nothing fancy going on.

 

Here is the Iterator:

 

68a7f51d16.png

 

 

Here is the underlying consumer:

 

7e3f800cff.png

Edited by DragonAlpha

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.